You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Shatzer, Larry" <La...@Spirent.com> on 2004/03/30 00:53:20 UTC

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: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org