idle on mac os 10.3.5

Baza baza at themauvezone.fsnet.co.uk
Mon Nov 15 13:21:06 EST 2004




>> 
> Hmm..yes, just noticed that the IDLE command shell is somewhat
> dysfunctional on OS X(it fails to  >>> print "hello")... Never found it
> very useful since it doesn't include readline support. Anyway, the
> editor/debugger/browser works without a hitch on my OSX 10.3.6 system.
> What kind of trace back do you get when it crashes?
> 
> regards
> /rune


Traceback (most recent call last):

  File 
"/Applications/MacPython-2.3/IDLE.app/Contents/Resources/__argvemulator_idle
", line 4, in ?

    execfile(os.path.join(os.path.split(__file__)[0], "idle"))

  File "/Applications/MacPython-2.3/IDLE.app/Contents/Resources/idle", line
8, in ?

    import PyShell

ImportError: No module named PyShell

Barry




More information about the Python-list mailing list