[issue11483] python fails to follow symlinks on windows

nw report at bugs.python.org
Sun Mar 13 13:37:02 CET 2011


New submission from nw <nils.winter at googlemail.com>:

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)

----------
components: Windows
messages: 130740
nosy: nw
priority: normal
severity: normal
status: open
title: python fails to follow symlinks on windows
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11483>
_______________________________________


More information about the Python-bugs-list mailing list