[pywin32-bugs] [ pywin32-Bugs-1449208 ] CTRL+'i' doesn't update PYTHONPATH.
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-03-22 09:41:04
|
Bugs item #1449208, was opened at 2006-03-14 10:07 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1449208&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christopher (chrism1) Assigned to: Nobody/Anonymous (nobody) Summary: CTRL+'i' doesn't update PYTHONPATH. Initial Comment: ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2006-03-22 20:41 Message: Logged In: YES user_id=14198 I'm short on time, so if you could help me dig further it would be great. The problem will be related to the fact Pythonwin does everything in-process, and does a simple inspection of sys.modules to determine if a 'reload' should be done instead of a simple import. Its not obvious from your package hierarchy what is going wrong - if all else fails, I'll try and get to this myself later. ---------------------------------------------------------------------- Comment By: Christopher (chrism1) Date: 2006-03-14 10:10 Message: Logged In: YES user_id=1471341 ---------------------------------------------------------------------- Comment By: Christopher (chrism1) Date: 2006-03-14 10:09 Message: Logged In: YES user_id=1471341 Once PYTHONPATH has been augmented for a given PythonWin session, the original PYTHONPATH doesn't get recreated until you close and reopen PythonWin. The steps to replicate this are documented in the file " runme.py" in the attached zip file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1449208&group_id=78018 |