Emmanuel Blot wrote: >> 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 > > > >
cat /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/site-packages/svn.pth /usr/local/lib/svn-python -- Freundliche Grüsse Dominik Riva | Technik update AG - Agentur für Kommunikation http://www.update.ch Seefeldstrasse 5a CH-8008 Zürich Tel. +41 44 266 50 10 Direkt +41 44 266 50 19 Fax +41 44 266 50 11 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
