> If I run the python interpreter from the command line, I can "import
> svn" fine.
> What am I missing?  Why isn't trac happy with my Swig?

There are several causes that may lead to this error:
 * Configuration issue with SElinux if it is enabled
 * Issue with the LD_LIBRARY_PATH (Python can reach the .py files but
cannot load the dynamic libraries)
 * Permission right issues
 * ...

You may try an incremental approach to fix this issue: first try to
run Trac with the 'tracd' standalone daemon, using the same user as
your actual web server, for example.

Search the ML archive as this is quite a common issue with Trac
dependencies and has been addressed several times with more details.

HTH,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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