[issue13419] import does not recognise SYMLINKDs on Windows 7

2011-11-17 Thread Tim Golden
Changes by Tim Golden m...@timgolden.me.uk: -- nosy: +brian.curtin, jason.coombs, tim.golden ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13419 ___

[issue13419] import does not recognise SYMLINKDs on Windows 7

2011-11-17 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: Duplicate of #6727 -- resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - ImportError when package is symlinked on Windows ___ Python tracker

[issue13419] import does not recognise SYMLINKDs on Windows 7

2011-11-16 Thread Alex Regueiro
New submission from Alex Regueiro alex...@gmail.com: 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