#2158 closed defect (invalid)
ImportError: No module named svn
Reported by: | vasavi yellampalli | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
when i type " trac-admin /var/svn/trac_project_env initenv" i got the error
Traceback (most recent call last):
File "/usr/local/bin/trac-admin", line 34, in ?
from trac import sync
File "/usr/local/lib/python2.3/site-packages/trac/sync.py", line 22, in ?
from svn import core, fs, delta, repos
ImportError: No module named svn
I am running it on redhat linux 9.0 following the steps http://projects.edgewall.com/trac/wiki/TracOnRedhat Can you please suggest me how should i come out of this
Thanks, Vasavi .
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
See also #2055. For further questions, please try the MailingList.
comment:3 by , 18 years ago
Good Question….
Replying to vasavi yellampalli:
when i type " trac-admin /var/svn/trac_project_env initenv" i got the error
Traceback (most recent call last):
File "/usr/local/bin/trac-admin", line 34, in ?
from trac import sync
File "/usr/local/lib/python2.3/site-packages/trac/sync.py", line 22, in ?
from svn import core, fs, delta, repos
ImportError: No module named svn
I am running it on redhat linux 9.0 following the steps http://projects.edgewall.com/trac/wiki/TracOnRedhat Can you please suggest me how should i come out of this
Thanks, Vasavi .
Sounds like you're missing the Python SVN bindings, see Step #10 on the page you linked.