[Zope] I can't seem to get site-packages to work under Win32

Chris Withers chrisw@nipltd.com
Tue, 17 Sep 2002 14:09:04 +0100


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