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

Python bindings problem

From: Christian Scholz <cs_at_comlounge.net>
Date: 2003-04-09 22:10:05 CEST

Hi!

I just had a problem getting the python bindings to work the last 3 days ;-)

The problem was basically that svn was always using the wrong python
installation in /usr and not the one I told swig about in /opt/python2.1

So even changing a lot of things did not work except removing the whole
installation dir and unpacking the archive. After some investigation
I found that a "make distclean" is not removing everything. In detail
it is not removeing the *.la files in subversion/bindings/swig/python
so they're not rebuild when doing "make swig-py". This resulted then
in always using the wrong path to my python installation (because I
did it wrong the first time).

So shall I file an issue in the tracker for it?

(moreover it did not work when using a swig other than 1.3.16 because
I first installed the most recent one. Is there a reason for this?)

Otherwise it seems to work now and I can get happy then ;-)

cheers,
  Christian

-- 
COM.lounge                                          http://comlounge.net/
communication & design                                 info@comlounge.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 22:11:06 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.