I would supspect that this is a security isssue.Have you set any account lockout policy on your machine, i.e. loackout account after 5 false logins and reset count after n minutes automatically ? Does this always occur with anonymous acces to the .asp page or do you use user authentication ? If it is not anonymus have you check if the user account your are using has acces rigths to the HKLM\Software\Python key and subkeys ? > Message: 5 > Subject: RE: Import Issues with Active Server Pages and ActivePython > Date: Wed, 13 Jun 2001 12:11:34 -0500 > From: "Paul Bleisch" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > > -----Original Message-----=0D > > From: Mark Hammond [mailto:[EMAIL PROTECTED]] =0D > > Subject: RE: Import Issues with Active Server Pages and > ActivePython=0D > > =0D > > =0D > > You can add any path you want to the registry, and it will =0D > > work from ASP. You can use the Pythonwin's "Tools->Edit =0D > > Python Path" to add a new entry - simply add a new key under =0D > > PythonPath (naming it whatever you like), and add your paths =0D > > as a value to the key.=0D > > =0D > =0D > I've actually had problems with ActivePython importing modules=0D > even after adding them to the registry. I have some ASP pages=0D > that import a single module. The scripts work fine for days=0D > on end and then suddenly start failing with exceptions about=0D > not being able to find module mymodule.py. From that point=0D > on the ASP pages will not work until I reset IIS.=0D > =0D > Has anyone else seen this?=0D > =0D > Paul=0D Regards -- Thomas Melzer ---------------------------------------- bineo Network Solutions Gmbh Germany EMail: [EMAIL PROTECTED] _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
