mercurial: "hg convert" cannot find `svn' python bindings

Joshua Root jmr at macports.org
Sun Feb 22 07:07:26 PST 2009


Joerg van den Hoff wrote:
> 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??

Looks like something needs to depend on py25-socket-ssl?

- Josh


More information about the macports-users mailing list