[Zope] ZHttpServer and NT service using pythons
Michel Pelletier
michel@digicool.com
Tue, 20 Jul 1999 04:06:20 -0400
"Jay, Dylan" wrote:
>
> I have an external method that works just fine with ZHttpServer. When I
> switched to using apache and the Zope.exe cgi I have problems. os.ListDir is
> not working the same.
How is it not working the same?
> I presume that somehow the python path or environment
> is different. Can anyone help me with this problem?
>
Try creating an external method that returns sys.path, then <!--#var -->
that with both servers and compare them.
-Michel
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )