17 Sep
2002
17 Sep
'02
1:09 p.m.
Friedlander Paul wrote:
Thanks for the feedback.
The debug screen shows "C:\PROGRA~1\WebSite\bin\lib\site-packages" under syspath and "C:\PROGRA~1\WebSite\lib\python" for SOFTWARE_HOME.
I have tried putting a site-packages directory in the following locations with no luck.
C:\PROGRA~1\WebSite\bin\lib\site-packages C:\PROGRA~1\WebSite\lib\python\site-packages
Any other ideas?
You could try putting your site-packages dierctory in the PYTHONPATH: set PYTHONPATH=C:\PROGRA~1\WebSite\bin\lib\site-packages cheers, Chris