You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Marc Dumontier <he...@hotmail.com> on 2004/05/24 05:11:19 UTC

problems with python bindings

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