[Landy Roman wrote] > landie@pepino:/usr/local/ActivePython-2.2/share/p > ython2.2/Tools/idle > idle.py > Traceback (most recent call last): > File "./idle.py", line 3, in ? > import PyShell > File "./PyShell.py", line 8, in ? > import warnings > ImportError: No module named warnings >
[trentm@pliers ~]$ export PATH=~/local/ActivePython-2.2.1-223/bin:$PATH [trentm@pliers ~]$ ~/local/ActivePython-2.2.1-223/share/python2.2/Tools/idle/idle.py This starts up IDLE for me just fine. You should also check out this link for a list of editors good for working with Python code: http://www.python.org/editors/ Trent -- Trent Mick [EMAIL PROTECTED] _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython