[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python subversion 1.5 binding

From: Meryl Silverburgh <silverburgh.meryl_at_gmail.com>
Date: Thu, 9 Oct 2008 02:26:59 -0500

HI,

Can someone please tell me where can I find python subversion 1.5
binding for ubuntu?

I have been trying to compile it myself, I keep getting a 'undefined
symbol' error.

 python -c 'from svn import client'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/merylbin/lib/svn-python/svn/client.py", line 19, in <module>
    from libsvn.client import *
  File "/home/meryl/bin/lib/svn-python/libsvn/client.py", line 7, in <module>
    import _client
ImportError: /home/meryl/bin/lib/libsvn_ra_neon-1.so.0: undefined
symbol: GSS_C_NT_HOSTBASED_SERVICE

Thank you for any help.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-09 09:27:19 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.