stefano cirilli
stefano.cirilli1 at virgilio.it
Tue May 30 07:47:15 EDT 2006
I think, you are getting this error, the failed import of a local module, because it isn't in your PythonPath Directory. In the IDLE try >import sys >sys.path (or sys.modules) with the first, you'll see the list of the added paths, with the second you'll see, the complete list of all loaded modules. Stefano Cirilli ----- Original Message ----- From: "Anastasios Hatzis (Hatzis Edelstahlbearbeitung)" <ah at hatzis.de> To: <mod_python at modpython.org> Sent: Monday, May 29, 2006 7:02 PM Subject: [mod_python] Problem with clueless Internet Explorer > Dear list members! > > Currently I'm testing PSP pages. If requesting with Firefox a psp page > everything > works fine. If requesting with MSIE, I'm prompted with a security hint > to choose wether I want to download or open the file, - huh? > > example url: > http://localhost/MyWebapp/MyPage_view.psp?eid=2 > or > http://192.168.11.11/MyWebapp/MyPage_view.psp?eid=2 > > Both doesn't work with MSIE. > > Well, I'm sure that I have misconfigured something, thus MSIE is getting > confused of the content type, but I'm not sure, where to start. Apache > config, htaccess, Python script or HTML... I wonder that Firefox has no > problems with that. Of course I can provide more information if needed. > > Many thanks. > > My test environment consists of: > modpython 3.2.8 > Windows XP Professional Version 2002 SP2 > Python 2.4.2, standard distribution windows with installer > Apache 2.5.55-win32-x86 > > Anastasios > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|