This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients purpleidea, r.david.murray
Date 2010-06-09.17:39:54
SpamBayes Score 0.00042173627
Marked as misclassified No
Message-id <1276105197.0.0.909837028194.issue8955@psf.upfronthosting.co.za>
In-reply-to
Content
This is working as designed.

Try printing sys.path in your scripts.  It is what's in sys.path that matters, not the cwd.  (The cwd is put in the path as "" in the specific case of running the python interactive shell...and in certain applications that embed Python because of a bug in those applications.)
History
Date User Action Args
2010-06-09 17:39:57r.david.murraysetrecipients: + r.david.murray, purpleidea
2010-06-09 17:39:56r.david.murraysetmessageid: <1276105197.0.0.909837028194.issue8955@psf.upfronthosting.co.za>
2010-06-09 17:39:55r.david.murraylinkissue8955 messages
2010-06-09 17:39:54r.david.murraycreate