[Bf-python] Submitted scripts and python versions

Chris Want cwant at ualberta.ca
Wed Apr 5 15:16:40 CEST 2006


Chris Want wrote:
> 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

This works though:

Python 2.3.5 (#2, Aug 30 2005, 15:50:26)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> from sets import Set

Chris



More information about the Bf-python mailing list