[Bf-python] Submitted scripts and python versions

Chris Want cwant at ualberta.ca
Tue Apr 4 23:26:46 CEST 2006


Campbell Barton wrote:
> About sets
> Can we do a Python 2.3/full install OR Python 2.4?
> 
> that way we can use sets with something like
> try: set()
> except: from Sets import set

That's not going to work:

Python 2.3.5 (#2, Mar  6 2006, 10:12:24)
[GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> from Sets import set
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
ImportError: No module named Sets

Kent: I don't really have an opinion about your
recommendation about the svn repo (neither for
it, nor against it). One thing that always
plagues the discussion of svn is that the
version of gforge on p.b.o is too old and
doesn't support svn (Wouter is supposed to
upgrade gforge one day).

Chris



More information about the Bf-python mailing list