<br>When I launch ipython .8.3 on Python 2.3.4- on Windows XP<br>This exception occurs.<br><br>Is Ipython only working for Python 2.4 and later?<br><br>Microsoft Windows XP [Version 5.1.2600]<br>(C) Copyright 1985-2001 Microsoft Corp.<br>
<br>c:\Python23\Scripts>ipython.py<br>Traceback (most recent call last):<br> File "c:\Python23\Scripts\ipython.py", line 27, in ?<br> IPython.Shell.start().mainloop()<br> File "C:\Python23\Lib\site-packages\IPython\Shell.py", line 1215, in start<br>
shell = _select_shell(sys.argv)<br> File "C:\Python23\Lib\site-packages\IPython\Shell.py", line 1157, in _select_shell<br> all_opts = set(['tk','pylab','gthread','qthread','q4thread','wthread',<br>
NameError: global name 'set' is not defined<br><br>c:\Python23\Scripts><br>