Ok, so I've got SVN(1.4) installed, websvn works perfect and i've
checked both swig and python(2.4), both working just fine.  Initially I
forgot to build the swig python bindings so I had to go back and build
those using make swig-py and make install-swig-py.  It installed it in
the wrong spot so I've tried two different ways to link it to python,
first a virtual link to the folders in the python site-packages area.
Then using a .pth file.  ok so ground work lain, if i run python and
type import svn works perfect no complaints.  if i type from svn import
* it spits out a big error to the effect of this:
>>> from svn import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/svn-python/svn/core.py", line 19, in ?
    from libsvn.core import *
  File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in ?
    import _core
ImportError: /usr/local/lib/svn-python/libsvn/_core.so: undefined
symbol: svn_swig_get_application_pool

Now I have this all installed on another system and it works just fine
so I'm very confused.

But push comes to shove, this seems to be incapacitating my browse
repository command on this server.  Has anyone had any experience with
this and is there anything else i should be trying (asside from
changing the version of swig, as i'm not 100% positive that doing so
would be safe, but i can try.)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to