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 nw
Recipients nw
Date 2011-03-13.12:37:01
SpamBayes Score 8.5582644e-07
Marked as misclassified No
Message-id <1300019822.58.0.0683421948663.issue11483@psf.upfronthosting.co.za>
In-reply-to
Content
Go to C:/Python2.7/Lib create directory foo + __init__.py

Make a symlink: mklink /D bar foo.

Start Python.

import foo # works
import bar # fails (no module named bar)
History
Date User Action Args
2011-03-13 12:37:02nwsetrecipients: + nw
2011-03-13 12:37:02nwsetmessageid: <1300019822.58.0.0683421948663.issue11483@psf.upfronthosting.co.za>
2011-03-13 12:37:01nwlinkissue11483 messages
2011-03-13 12:37:01nwcreate