Could you post relevant portions of your apache config?
Joshua Preston
614-619-1959
Sent from my iPhone
On Oct 20, 2007, at 12:40 PM, stephenrs <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> First, I'm a Python moron (where moron < newbie), and I'm trying to
> get the XMLRPC plugin working on my existing Trac system so that I can
> use it from within Eclipse via Mylyn. Mylyn gets a 404 error when
> trying to access Trac with Python 2.3.4, so it looks like I have to
> upgrade Python from 2.3.4 to 2.5.1. However, hitting https://
> trac.<servername>/xmlrpc
> shows the expected output.
>
> I've successfully made it through what has turned out to be several
> XMLRPC plugin config steps to remove auth plugin conflicts, install
> necessary RPMs (clearsilver, etc), and built a new mod_python based on
> 2.5.1. I've installed 2.5.1 alongside 2.3.4, to avoid breaking
> anything that requires the older version.
>
> Now I'm stuck at figuring out how to get Trac and all my existing
> plugins to work with the new Apache module. I'm hoping that some kind
> soul can point me in the right direction...I've been reading docs and
> forum posts all day.
>
> Related details:
>
> RHEL4
> Apache 2.0.54
> Trac 0.10 (latest stable)
> Eclipse 3.3 Europa
>
> When I try to access Trac with mod_python 2.5.1 enabled, my apache
> error log shows:
>
> Traceback (most recent call last):
> File "/usr/local/lib/python2.5/site-packages/mod_python/importer.py",
> line 1537, in HandlerDispatch default=default_handler, arg=req,
> silent=hlist.silent)
> File "/usr/local/lib/python2.5/site-packages/mod_python/importer.py",
> line 1202, in _process_target module = import_module(module_name,
> path=path)
> File "/usr/local/lib/python2.5/site-packages/mod_python/importer.py",
> line 304, in import_module return __import__(module_name, {}, {},
> ['*'])
> ImportError: No module named trac.web.modpython_frontend
>
>
> I'm assuming I need to do something to get Trac and my plugins built
> in the 2.5 environment, but I just don't know what.
>
> Any help would be greatly appreciated.
>
> Thanks,
>
> Stephen
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---