package importing
Ivan Ricotti <i.ricotti-ZdDpcFUkCv/[email protected]> Thu, 24 Jun 2010 11:43:10 +0200
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I'm exploring mod_python and I'm having trouble with the package importing.
I've a structure like this:
<my base dir>
|
+- __init__.py
+- index.py
+- package (directory)
|
+- __init__.py
+- package.py (file)
and an Apache Virtual Host like this:
<VirtualHost *:80>
ServerAdmin root@localhost
ServerName myname
DocumentRoot /path/to/my base dir
<Location />
DirectoryIndex index.html index.py
Options Indexes MultiViews FollowSymLinks
AddHandler mod_python .py
PythonHandler mod_python.publisher
</Location>
</VirtualHost>
in the index.py file I've something like this:
from package.package import myobject
....
....
When I load index.py from Apache, I get a 500 Internal Server Error as
follows:
ImportError: No module named package.package
What am I doing wrong?
Cheers,
Ivan
--
Ivan Ricotti
-------------------------------------------------
eLabor sc - via Giuseppe Garibaldi 33, 56127 Pisa
tel: +39 050 970 363, web: http://www.elabor.biz
email: i.ricotti-ZdDpcFUkCv/[email protected]
GnuPG KeyID: DFD581C5 - 13/11/2003