Can't find module named 'svn' in python

yinglcs at gmail.com yinglcs at gmail.com
Mon Jan 15 19:28:10 EST 2007


Hi,

i have a simple test which tries to load 'svn' moddule.

# python -c "from svn import client"
Traceback (most recent call last):
 File "<string>", line 1, in ?
ImportError: No module named svn

I have checked I have sub-directories 'libsvn', 'svn' under
/usr/local/lib/svn-python/

 cd /usr/local/lib/svn-python/
[root at localhost svn-python]# ls
libsvn  svn

But python still can't find it. Please tell me what am I missing. I
appreciate your help.




More information about the Python-list mailing list