I'm seeing this in debian (sid) too.  From a python interpreter, import
svn works fine.  However, I found code online from bzr-svn which does
"import svn.delta".  If I do this, I get:

$ python
Python 2.5.2 (r252:60911, Jun 25 2008, 17:58:32)
[GCC 4.3.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import svn.delta
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/var/lib/python-support/python2.5/svn/delta.py", line 19, in <module>
    from libsvn.delta import *
  File "/var/lib/python-support/python2.5/libsvn/delta.py", line 7, in <module>
    import _delta
ImportError: /usr/lib/libsvn_swig_py2.5-1.so.1: undefined symbol: 
svn_merge_range_dup
>>>

I just rebuilt the python-svn package from source and installed it.
Same problem.

-- 
Bzr-svn cannot be loaded 
https://bugs.launchpad.net/bugs/201362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to