This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tsunwell
Recipients eric.smith, ned.deily, tsunwell
Date 2013-09-21.09:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379756301.96.0.805384444889.issue19056@psf.upfronthosting.co.za>
In-reply-to
Content
Many thanks for your answers.
printing the sys.path gave me this output (parsed with newlines)
'', 'D:\\soft\\python\\lib', 
'D:\\Thierry\\python\\d\\thierry\\python', <---- mispelled
'C:\\Windows\\system32\\python27.zip',
'd:\\soft\\python\\DLLs', 
'd:\\soft\\python\\lib\\plat-win', 
'd:\\soft\\python\\lib\\lib-tk', 
'd:\\soft\\python', 
'd:\\soft\\python\\lib\\site-packages'

I corrected the PATH and PYTHONPATH environment variables and now sys.path is 
'', 'd:\\thierry\\python', 
'C:\\Windows\\system32\\python27.zip', 
'd:\\soft\\python\\DLLs', 
'd:\\soft\\python\\lib', 
'd:\\soft\\python\\lib\\plat-win', 
'd:\\soft\\python\\lib\\lib-tk', 
'd:\\soft\\python', 
'd:\\soft\\python\\lib\\site-packages'

And it works !
History
Date User Action Args
2013-09-21 09:38:22tsunwellsetrecipients: + tsunwell, eric.smith, ned.deily
2013-09-21 09:38:21tsunwellsetmessageid: <1379756301.96.0.805384444889.issue19056@psf.upfronthosting.co.za>
2013-09-21 09:38:21tsunwelllinkissue19056 messages
2013-09-21 09:38:21tsunwellcreate