>  It was self made with the name of the svn bindings and the path to the
>  bindings in the content. I is only pointer to the real bindings.

Where is this .pth located ?
 * In /System/... do not change it
 * In /Library/... edit it, remove everything that would point to
pysqlite and svn binding: proper SVN bindings are already provided
with Leopard (in /System/...)

It should look like the following one:

cat /Library/Python/2.5/site-packages/easy-install.pth
import sys; sys.__plen = len(sys.path)
./Genshi-0.4.4-py2.5.egg
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:];
p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert =
p+len(new)

(it may contain other Python modules, but not pysqlite or svn)

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to