Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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 anonymous, 19 years ago

Sounds like you're missing the Python SVN bindings, see Step #10 on the page you linked.

comment:2 by Christopher Lenz, 19 years ago

Resolution: invalid
Status: newclosed

See also #2055. For further questions, please try the MailingList.

in reply to:  description comment:3 by anonymous, 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 .

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.