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

problems with python bindings

From: Marc Dumontier <hexbinary_at_hotmail.com>
Date: 2004-05-24 07:11:19 CEST

Hi,

I'm trying to get the python bindings working and i'm stuck at the following error

[marc@bioseeker marc]$ python test.py
Traceback (most recent call last):
  File "test.py", line 3, in ?
    from svn import util, _util, _client
  File "/usr/local/lib/svn-python/svn/util.py", line 21, in ?
    from core import *
  File "/usr/local/lib/svn-python/svn/core.py", line 21, in ?
    from libsvn.core import *
  File "/usr/local/lib/svn-python/svn/core.py", line 40, in ?
    svn_pool_destroy = apr_pool_destroy
NameError: name 'apr_pool_destroy' is not defined

i'm on Fedora Core 2.
using subversion from the trunk.
my apr libs are in /usr/local/apache2/lib

Thanks,

Marc Dumontier
Received on Mon May 24 04:12:54 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.