> -----Original Message-----
> From: Mark Hammond [mailto:[EMAIL PROTECTED]] 
> Subject: RE: Import Issues with Active Server Pages and ActivePython
> 
> 
> You can add any path you want to the registry, and it will 
> work from ASP. You can use the Pythonwin's "Tools->Edit 
> Python Path" to add a new entry - simply add a new key under 
> PythonPath (naming it whatever you like), and add your paths 
> as a value to the key.
> 

I've actually had problems with ActivePython importing modules
even after adding them to the registry.  I have some ASP pages
that import a single module.  The scripts work fine for days
on end and then suddenly start failing with exceptions about
not being able to find module mymodule.py.  From that point
on the ASP pages will not work until I reset IIS.

Has anyone else seen this?

Paul
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to