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

FW: python bindings

From: Shatzer, Larry <Larry.Shatzer_at_Spirent.com>
Date: 2004-03-30 19:34:48 CEST

Maybe I'll have better luck here on the dev list with this issue.

-- Larry

-----Original Message-----
From: Shatzer, Larry [mailto:Larry.Shatzer@Spirent.com]
Sent: Monday, March 29, 2004 4:53 PM
To: 'users@subversion.tigris.org'
Subject: python bindings

After I install the python swig bindings, and add /usr/local/lib/svn-python
to PYTHONPATH I try the docs guide of python -c "from svn import client" but
get the following error:

Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/local/lib/svn-python/svn/client.py", line 17, in ?
    from libsvn.client import *
  File "/usr/local/lib/svn-python/libsvn/client.py", line 5, in ?
    import _client
ImportError: No module named _client

Just to be safe, I copied the contents of /usr/local/lib/svn-python into
/usr/local/lib/python2.3/site-packages and no luck.

Versions:
SWIG 1.3.19 (I tried 1.3.21, still no luck, but it does whine a lot about -c
being deprecated)
Python 2.3.3
subversion 1.0.1
OS: Solaris 8

Thanks

-- Larry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 30 19:36:08 2004

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

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