[Idle-dev] [ idlefork-Patches-686254 ] Run IDLEfork from any directory without set-up

SourceForge.net noreply@sourceforge.net
Mon, 17 Feb 2003 13:30:15 -0800


Patches item #686254, was opened at 2003-02-13 17:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309579&aid=686254&group_id=9579

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Noam Raphael (noamr)
Assigned to: Nobody/Anonymous (nobody)
Summary: Run IDLEfork from any directory without set-up

Initial Comment:
This patch adds the directory of the PyShell module to
the PYTHONPATH environment variable of the spawned
subprocess, so that it will find the IDLEfork modules
no matter from which directory it was run, no matter
where they are, and with no need for changing system
configuration.

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

>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-02-17 16:30

Message:
Logged In: YES 
user_id=149084

It's not clear to me what problem you are trying to
solve with this patch.  It's not intended that the
user's search path include IDLEfork.  If you want that,
try e.g. import idleforklib.PyShell.  If you are in the 
IDLEfork directory, just import PyShell will work.  Are
you having some problem starting IDLEfork?

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

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