David Summers wrote:
> I've got the rcsparse.py module installed with the rest of the subversion
> swig bindings in the /usr/lib/phtyon2.2/site-packages/svn directory but it
> the cvs2svn script can't "import" the rcsparse module; I get the following
> error when I run cvs2svn:
>
> $ cvs2svn
> Traceback (most recent call last):
> File "/usr/bin/cvs2svn", line 6, in ?
> import rcsparse
> ImportError: No module named rcsparse
The other ones are imported with "from svn import rcsparse". So try
switching it to that or moving rcsparse.py up a directory.
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 15 00:27:58 2002