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 alexreg
Recipients alexreg
Date 2011-11-17.02:32:58
SpamBayes Score 0.0038814452
Marked as misclassified No
Message-id <1321497179.79.0.443731710828.issue13419@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7 normally inputs directory-modules fine on Windows 7. The notable exception however is symbolically-linked directories on the filesystem, which are ignored (not thought to exist) by the Python `import` statement. (Note that the Python interpreter normally has no problem with symlinks on Win7 with its file I/O features.)
History
Date User Action Args
2011-11-17 02:32:59alexregsetrecipients: + alexreg
2011-11-17 02:32:59alexregsetmessageid: <1321497179.79.0.443731710828.issue13419@psf.upfronthosting.co.za>
2011-11-17 02:32:59alexreglinkissue13419 messages
2011-11-17 02:32:58alexregcreate