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

Re: Proof of concept higher-level python bindings for SoC project

From: David Glasser <glasser_at_mit.edu>
Date: 2007-05-01 17:26:25 CEST

On 4/15/07, David James <james@cs.toronto.edu> wrote:
> I've moved the csvn bindings to
> http://svn.collab.net/repos/svn/branches/ctypes-python-bindings/. I've
> also added a README file which explains how to build the ctypes
> bindings. Hope this helps!

In autogen.py, the line

os.system("cd %s && python %s/ctypesgen/wrap.py %s %s "
          "%s -o svn_all.py" % (tempdir, os.getcwd(),
                                flags, ldflags, includes))

doesn't work if your installation of Python 2.5 is not called python
(on MacPorts, for example, python is Python 2.4 by default); does
Python have a "current executable path" variable?

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 1 17:26:35 2007

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.