Rainer, 

Made the modification you suggested. Got the following error.

MOD_PYTHON ERROR

ProcessId:      5276
Interpreter:    'main_interpreter'

ServerName:     '192.168.0.42'
DocumentRoot:   'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs'

URI:            '/Worldview/'
Location:       '/Worldview/'
Directory:      None
Filename:       'C:/Program Files/Apache Software 
Foundation/Apache2.2/htdocs/Worldview/'
PathInfo:       ''

Phase:          'PythonHandler'
Handler:        'trac.web.modpython_frontend'

Traceback (most recent call last):

  File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1537, in 
HandlerDispatch
    default=default_handler, arg=req, silent=hlist.silent)

  File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1202, in 
_process_target
    module = import_module(module_name, path=path)

  File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 304, in 
import_module
    return __import__(module_name, {}, {}, ['*'])

ImportError: No module named trac.web.modpython_frontend


Cheers
Chris

Rainer Sokoll wrote:
> On Wed, Sep 05, 2007 at 11:21:45AM -0400, Chris Howell wrote:
>
>   
>> My httpd.conf file has this entry in it.
>>
>> <Location "C:/Program Files/Apache Software 
>> Foundation/Apache2.2/htdocs/Worldview">
>>     
>
> Try <Location /Worldview/>
>
> Rainer
>
> >
>
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to