[issue6470] Tkinter import fails when running Python.exe from a network share

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jun 3 00:57:05 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

to reproduce: on Vista, start

\\%COMPUTERNAME%\c$\python26\python.exe -c "import Tkinter; print Tkinter"

In this case, the path returned by GetFinalPathNameByHandle starts with \\?\UNC\.

----------

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


More information about the Python-bugs-list mailing list