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

Re: svnshell.py: ImportError: No module named svn

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-01-25 19:40:11 CET

On 2005-01-24 12:30-0400, Mario Amaro wrote:
> from svn import fs, core, repos
> ImportError: No module named svn
>
> What do I have to do to make it work?
>

Check that you have installed your python bindings, and after that
check where are they installed. Then you should set PYTHONPATH
env. variable, if they are not in standard python search path.

You can see your search path by following way:
python
>>> import sys
>>> print sys.path

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 25 19:46:45 2005

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

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