[issue12648] Wrong import module search order on Windows

2011-07-31 Thread kota
kota added the comment: Ok. Time to get those people over at glib to fix up their python script then :) -- ___ Python tracker <http://bugs.python.org/issue12

[issue12648] Wrong import module search order on Windows

2011-07-31 Thread kota
kota added the comment: So there isn't any way to load parser.py via import parser on Windows? -- components: +None -Documentation ___ Python tracker <http://bugs.python.org/is

[issue12648] Wrong import module search order on Windows

2011-07-31 Thread kota
kota added the comment: Yea, it runs the parser.py that time. And I didn't understand the page you linked me to. Would you mind explaining it a bit? -- ___ Python tracker <http://bugs.python.org/is

[issue12648] Wrong import module search order on Windows

2011-07-28 Thread kota
New submission from kota : There seems to be a wrong import module search order (http://docs.python.org/tutorial/modules.html#the-module-search-path) on Windows. Python seems to be loading the built-in module instead of the python code with the same name as the module in the current directory