Closed GoogleCodeExporter closed 9 years ago
The python interpreter adds an empty string as the first item in sys.path.
This has
the effect of searching in the current directory for modules. To have the same
behavior do
>> import sys
>> sys.path.insert(0, "")
This in now fixed in SVN and is done automatically.
Original comment by pyscripter
on 22 May 2009 at 10:59
Original issue reported on code.google.com by
dghela...@gmail.com
on 1 Jul 2008 at 6:45