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

Problem with the Python bindings

From: Perttu Ranta-aho <Perttu.Ranta-aho_at_uku.fi>
Date: 2003-03-24 13:17:57 CET

I tried to install ViewCVS, so I compiled and installed subversion python
bindings. No problems on compilation but:

$ python2 -c 'from svn import fs'
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.2/site-packages/svn/fs.py", line 25, in ?
    import _util
ImportError: /usr/lib/python2.2/site-packages/svn/_util.so: undefined
symbol: svn_delta_default_editor

What went wrong? I had everything working some time ago, maybe with svn
0.17 or 0.15.

Now I had: svn 0.20, swig 1.3.17 and python 2.2.2

Sorry if the question is silly, but my python knowledge is very poor.

-Perttu

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 24 13:19:52 2003

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.