Edgewall Software
Modify

Opened 21 years ago

Closed 21 years ago

#144 closed defect (fixed)

(no summary)

Reported by: anonymous Owned by: daniel
Priority: normal Milestone:
Component: admin/console Version: 0.5.2
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I try to run : # trac-admin /home/trac/net4all.db initdb This is the output: * Creating a new Trac project database at /home/trac/net4all.db Trac will first ask a few questions about your environment in order to initalize and prepare the project database.

Please enter the name of your project. This name will be used in page titles and descriptions.

Project Name [My Project]> Net4all Traceback (most recent call last):

File "/usr/bin/trac-admin", line 1079, in ?

main()

File "/usr/bin/trac-admin", line 1068, in main

tracadm.docmd (command)

File "/usr/bin/trac-admin", line 240, in docmd

self.onecmd(cmd)

File "/usr/local/python-2.3/lib/python2.3/cmd.py", line 210, in onecmd

return func(arg)

File "/usr/bin/trac-admin", line 628, in do_initdb

from svn import util, repos, core

ImportError: No module named svn *

I have install everything like in the install doc. And I use Subversion 1.0

Attachments (0)

Change History (1)

comment:1 by Jonas Borgström, 21 years ago

Resolution: fixed
Status: newclosed

You have to install the subversion python bindings. You should have a bunch of files in this directory:

/usr/local/python-2.3/lib/python2.3/site-packages/svn

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel 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.