17 Sep
2002
17 Sep
'02
6:42 p.m.
Friedlander Paul writes:
The debug screen shows "C:\PROGRA~1\WebSite\bin\lib\site-packages" under syspath and Look's like you have been a bit careless:
If "syspath" is "sys.path", then if you put the packages you want to have in "site-packages" into "C:\PROGRA~1\WebSite\bin\lib\site-packages", then they will be found. Check that each package contains an "__init__.py". Some archivers delete empty file on unpacking. This causes Python not to recognize a package. Dieter