Need help in compiling subversion python binding
From: Meryl Silverburgh <silverburgh.meryl_at_gmail.com>
Date: Tue, 7 Oct 2008 23:58:00 -0500
Hi,
I am trying to compile subversion python binding in subversion 1.5.2 on ubuntu.
So I get the source of neon, apr and apr-util and put it under subversion 1.5.2.
And then I do
$ ./configure --prefix=/home/meryl/bin --with-swig=/home/meryl/bin --with-ssl
And then I set the pythonpath correctly:
echo $PYTHONPATH
But when i do a test (like below), i get the following error:
$ python -c 'from svn import client'
Can you please help me why?
Thank you.
---------------------------------------------------------------------
|
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.