Guenter Milde wrote: > You problem is not the PATH (for binaries) but the PYTHONPATH (for > Python modules).
This seems not to be the problem, either. I tried the following: ,-- ¦ >python ¦ Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit ¦ (Intel)] on win32 ¦ Type "help", "copyright", "credits" or "license" for more information. ¦ >>>import sys ¦ >>>sys.path ¦ ['', 'C:\\WINDOWS\\system32\\python25.zip', ¦ 'C:\\Programme\\Python\\DLLs', 'C:\\Programme\\Python\\lib', ¦ 'C:\\Programme\\Python\\lib\\plat-win', ¦ ''C:\\Programme\\Python\\lib\\lib-tk', 'C:\\Programme\\Python', ¦ 'C:\\Programme\\Python\\lib\\site-packages'] `---- So, the directory 'C:\Programme\Pyhton\Lib' is in the PYTHONPATH (except it has to be case sensitive). Regards, Dominik.-