mercurial: "hg convert" cannot find `svn' python bindings
Joerg van den Hoff
j.van_den_hoff at fzd.de
Sun Feb 22 06:53:14 PST 2009
hi,
I'm running `hg' version 1.1.2 under macosX 10.4.11
and port v 1.7.
today I've installed `subversion-python25bindings'.
next I tried a `hg convert ssh://server/path_to_repo'.
(first try: not quite sure if the URL is correct or
needs a double `/' after server if it's an absolute
path...)
now I get the error message:
"Subversion python bindings could not be loaded"
although /opt/local/lib/svn-python25
is in place.
a ktrace' of the `hg convert' indicates that
`hg' is very well aware of svn-python25 location but
is trying in vain to locate files like:
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_socket"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_socket.so"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_socketmodule.so"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_socket.py"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_socket.pyc"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_ssl"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_ssl.so"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_sslmodule.so"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_ssl.py"
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/_ssl.pyc"
"/opt/local/lib/svn-python2.5/_ssl"
"/opt/local/lib/svn-python2.5/_ssl.so"
"/opt/local/lib/svn-python2.5/_sslmodule.so"
"/opt/local/lib/svn-python2.5/_ssl.py"
"/opt/local/lib/svn-python2.5/_ssl.pyc
am I missing something or is it a bug??
thanks
joerg
More information about the macports-users
mailing list