[IPython-user] Running iPython .8.3 with Python 2.3 on Windows
Tony Cappellini
cappy2112@gmail....
Fri May 30 11:42:24 CDT 2008
> I just added the 'set' import to Shell.py now.
To use sets in 2.3
import sets
s1=sets.Set()
(note the capitalization of Set)
in 2.5
s1=set()
or
import sets
s1=sets.Set()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ipython.scipy.org/pipermail/ipython-user/attachments/20080530/fcecde5f/attachment.html
More information about the IPython-user
mailing list