[Idle-dev] [ idlefork-Bugs-739582 ] "Can't locate PyShell" error message

SourceForge.net noreply@sourceforge.net
Sun, 18 May 2003 19:27:39 -0700


Bugs item #739582, was opened at 2003-05-18 17:19
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=739582&group_id=9579

Category: None
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Hernan Martinez Foffani (hfoffani)
>Assigned to: Kurt B. Kaiser (kbk)
Summary: "Can't locate PyShell" error message

Initial Comment:
when running the last IDLE alpha distro it gaves the
following error message:

C:\Python23\Lib\site-packages\idleforklib>c:\python23\python
idle.py
Can't locate PyShell.py

C:\Python23\Lib\site-packages\idleforklib>

most probably means that you miss the file interrupt.pyd.
it's not bundled within the win32 alpha distro.

as a workaround copy the file attached to the DLLs
directory under your Python distribution.

(thanks to bruce for the attached copy of the library)

regards,
-Hernan


----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-05-18 21:27

Message:
Logged In: YES 
user_id=149084

Note that the interrupt module is not part of the 
"alpha distro".  It was added to CVS on 10 March
after 0.9a2 was released.

I have improved the exception handling, idle,
idle.py and idle.pyw should now report exactly
why the import failed.

Also note that interrupt.pyd may not be compatible
across Python versions.  

Idle Rev 1.11 etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=739582&group_id=9579