> -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Jeroen > Ruigrok van der Werven > Sent: Sunday, February 24, 2008 1:22 AM > To: [email protected] > Subject: [Trac] Re: Why doesn't python loads the bindings > > > -On [20080223 21:34], Tomas ([EMAIL PROTECTED]) wrote: > >svn-python is located in /usr/local/lib/svn-python The path > is exported > >to PYTHONPATH, also eccoed it to the site-package folder. > > > >[EMAIL PROTECTED] /]# python > >Python 2.5.1 (r251:54863, Feb 18 2008, 18:39:59) [GCC 3.4.2] > on linux2 > >Type "help", "copyright", "credits" or "license" for more > information. > >>>> from svn import core > >Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > File "/usr/local/lib/svn-python/svn/core.py", line 19, in <module> > > from libsvn.core import * > > File "/usr/local/lib/svn-python/libsvn/core.py", line 5, > in <module> > > import _core > >ImportError: File not found > > What does: > > find /usr/local/lib/svn-python -name _core\* > > yield? > > -- > Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai > イェルーン ラウフロック ヴァン デル ウェルヴェン > http://www.in-nomine.org/ | http://www.rangaku.org/ Yet each > man kills the thing he loves... > I'll get this:
[EMAIL PROTECTED] /]# find /usr/local/lib/svn-python -name _core\* /usr/local/lib/svn-python/libsvn/_core.so /usr/local/lib/svn-python/libsvn/_core.a /usr/local/lib/svn-python/libsvn/_core.la With best regards Tomas Larsson Sweden http://www.ebaman.com Verus Amicus Est Tamquam Alter Idem --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
