Hi all,
Anyone had any luck getting the python bindings going with SVN 1.4.3
on windows using binary builds from the respective websites?
It seems to me that anything using SWIG fails. See below..
Cheers,
Matt
>>> import svn
>>> import svn.core
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Progra~1\Python25\lib\site-packages\svn\core.py", line 19,
in <module
>
from libsvn.core import *
File "C:\Progra~1\Python25\lib\site-packages\libsvn\core.py", line
5, in <modu
le>
import _core
ImportError: No module named _core
>>> import svn._core
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named _core
>>> import _core
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named _core
>>>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---