[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS2SVN RPM - Help needed for PYTHON

From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-12-15 00:27:29 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.