convert_svn ("release early" edition)

Christian Boos cboos at neuf.fr
Tue Apr 3 10:39:35 CDT 2007


TK Soh wrote:
> ...
>       from svn.core import SubversionException
>   ImportError: No module named svn.core
>
> Where do I get svn.core module?

You need the Python bindings for Subversion (the swig bindings that 
usually come with Subversion itself).
If you already have them installed, then they're not in your PYTHONPATH.

Some useful bits of advice:
 - http://trac.edgewall.org/wiki/TracSubversion#GettingSubversion
 - http://trac.edgewall.org/wiki/TracSubversion#Checklist

-- Christian


More information about the Mercurial-devel mailing list