Christian Boos wrote:
PYTHONPATH=/usr/local/lib/svn-python python
 >>> from svn import core
 >>> (core.SVN_VER_MAJOR, core.SVN_VER_MINOR, core.SVN_VER_MICRO)

I believe we have a 'winner'.

from svn import core
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "/usr/local/lib/svn-python/svn/core.py", line 19, in ?
   from libsvn.core import *
 File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in ?
   import _core
ImportError: Cannot load specified object

Maybe I need to recompile the bindings?


--~--~---------~--~----~------------~-------~--~----~
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