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

Problem With Python Bindings (completely Broken?)

From: Nick <nick_at_adhost.com>
Date: 2004-06-23 23:56:35 CEST

Sorry, the mailing list archives online only go through the 20th, it wasn't
in them and it might be a new problem or it might have been mentioned in the
past 3 days or I could be a bit stupid.

 

I have two machines that run subversion that I upgraded to the latest CVS
version of subversion yesterday and today. On both I did make swig-py and
make install-swig-py and everything seemed to go fine.

 

The problem is when I go to ViewCVS now:

Traceback (most recent call last):

  File "/cvs/web/ViewCVS/lib/viewcvs.py", line 2503, in main

    request.run_viewcvs()

  File "/cvs/web/ViewCVS/lib/viewcvs.py", line 256, in run_viewcvs

    import vclib.svn

  File "/cvs/web/ViewCVS/lib/vclib/svn/__init__.py", line 27, in ?

    from svn import fs, repos, core, delta

  File "/usr/local/lib/svn-python/svn/repos.py", line 23, in ?

    from libsvn.repos import *

  File "/usr/local/lib/svn-python/libsvn/repos.py", line 5, in ?

    import _repos

ImportError: /usr/lib/python2.2/site-packages/libsvn/_repos.so: undefined
symbol: svn_swig_py_log_receiver

 

Happens on both servers. The reason I upgraded to the CVS version of
subversion was the fact that ViewCVS was corrupting my subversion database
pretty often and as:

http://svn.collab.net <http://svn.collab.net/>

 

runs viewcvs fine I assumed an upgrade might help.

 

        Thank You For Your Time,

                                   Nick

 

 
Received on Wed Jun 23 23:57:51 2004

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.