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

Re: Merging Ctypes Python Branch

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-09-01 02:39:35 CEST

Hello

I tested it on Windows XP and got the following error.

D:\svnwork\vc6\ctypes-python-bindings>autogen.py
None
Traceback (most recent call last):
  File "D:\svnwork\vc6\ctypes-python-bindings\autogen.py", line 114, in <module>
    library_path) = get_apr_config()
  File "D:\svnwork\vc6\ctypes-python-bindings\autogen.py", line 54, in
get_apr_config
    raise Exception("Cannot find apr-1-config or apr-config. Please specify\n"
Exception: Cannot find apr-1-config or apr-config. Please specify
the full path to your apr-1-config or apr-config script
using the --apr-config option.

I think autogen.py should have the following options like as gen-make.py.
 --with-apr=DIR
 --with-apr-util=DIR
 --with-httpd=DIR

Regards.
Masaru.

2007/8/31, Sage La Torra <sagelt@gmail.com>:
> As of last week, David James and I think that the Ctypes Python
> Binding Branch is ready for merging, or at least a thorough review in
> preparation for merging. The branch is available at
> http://svn.collab.net/repos/svn/branches/ctypes-python-bindings/.
>
> To summarize what the branch is (and what it does):
> The Ctypes Python bindings use the python ctypes module to wrap the
> subversion API. This binding is cleaner and more python-ish then the
> existing SWIG binding. The binding provides a python interface for all
> of the subversion API, as well as providing classes to wrap much of
> the most used functionality. Included in the branch is a brand new
> test suite, which tests the new classes, including utility classes.
>
> The present idea for merging is to include the ctypes bindings as an
> alternative to the SWIG bindings, hopefully with the goal of the
> ctypes bindings being the primary supported binding, deprecating the
> SWIG bindings. I believe the ctypes bindings are better, but keeping
> the SWIG bindings maintains compatibility with existing SWIG-based
> code.
>
> Anyway, at this point David and I would like to ask for input and
> opinions. Any comments, suggestions, or "merge +1"s welcome.
>
> Thanks,
> Sage LaTorra
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 1 02:36:38 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.