[jToolkit-users] Problems with hello world
Brought to you by:
davidfraser,
friedelwolff
From: Greenbeard <gre...@ya...> - 2003-10-14 04:02:38
|
Hello there I am running Win2k, Python 2.2, on Apache2 , mod_py 3.0.1 I extracted the archive to site-packages and changed the httpd.conf as shown in your homepage. I get: ----------------------------------------------- Mod_python error: "PythonHandler jToolkit.web" Traceback (most recent call last): File "C:\Python22\Lib\mod_python\apache.py", line 335, in HandlerDispatch result = object(req) File "C:\Python22\Lib\site-packages\jToolkit\web\__init__.py", line 72, in handler instance = getattr(module, instancename) AttributeError: 'module' object has no attribute 'HelloWorldConfig' ----------------------------------------------- Here is httpd.conf <Directory "C:/Program Files/Apache Group/Apache2/htdocs/jtoolkit"> SetHandler python-program PythonHandler jToolkit.web PythonOption jToolkit.module jToolkit.demo.helloworld PythonOption jToolkit.instance HelloWorldConfig PythonDebug On </Directory> TIA, gb400 __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |