If you're not familiar with Python, trac.web.modpython_frontend means that the Python interpreter is looking for a file named trac/web/modpython_frontend.py. It is probably located in C:/Python24/Site-packages/
You can define add this path to sys.path (see http://trac.edgewall.org/wiki/TracModPython#SettingthePythonPath) to match your installation path, however as it is a standard path the Python interpreter should already looks for the file in this default path. Find out the actual path of "modpython_frontend.py" first. For example, it could be installed in C:/Python24/Site-packages/trac/trac/web/modpython_frontend.py (note the double 'trac' path). Have you installed more than one Python interpreter on your server? HTH, Manu On 9/7/07, Chris Howell <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > Still struggling with the Apache and the Trac set up. I've had Trac up > and running using the standalone server and it runs fine. I've tested > the mod_python with apache and that works. My issue is I am getting a > mod_python error when I try to load Trac using apache. The error is > > ImportError: No module named trac.web.modpython_frontend > > I was wondering if anyone as ever seen it before and how you fixed it? > Trac is installed to C:/Python24/Site-packages/trac on the server. > I've searched the server for anything relating to > trac.web.modpython_frontend > and found absolutely nothing. Should I be looking to import this module > from the trac install or from the environment I set up using the trac > initenv ? > > Any light anyone could shed would be much appreciated. > > Cheers > Chris > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
