Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6241 closed defect (invalid)

error install

Reported by: paolo.incampo Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Hello,

I've problem to install trac. This is my error. Can you help me?

Creating and Initializing Project
Failed to create environment. No module named MySQLdb
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/trac/scripts/admin.py", line 613, in do_initenv
    options=options)
  File "/usr/local/lib/python2.5/site-packages/trac/env.py", line 145, in __init__
    self.create(options)
  File "/usr/local/lib/python2.5/site-packages/trac/env.py", line 250, in create
    DatabaseManager(self).init_db()
  File "/usr/local/lib/python2.5/site-packages/trac/db/api.py", line 70, in init_db
    connector.init_db(**args)
  File "/usr/local/lib/python2.5/site-packages/trac/db/mysql_backend.py", line 44, in init_db
    cnx = self.get_connection(path, user, password, host, port, params)
  File "/usr/local/lib/python2.5/site-packages/trac/db/mysql_backend.py", line 40, in get_connection
    return MySQLConnection(path, user, password, host, port, params)
  File "/usr/local/lib/python2.5/site-packages/trac/db/mysql_backend.py", line 132, in __init__
    import MySQLdb
ImportError: No module named MySQLdb

thanks

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Priority: highestnormal
Resolution: invalid
Status: newclosed

Please read the big red text box on the New Ticket page about installation issues. Thanks in advance.

comment:2 by anonymous, 17 years ago

Resolution: invalid
Status: closedreopened

comment:3 by Noah Kantrowitz, 17 years ago

Resolution: invalid
Status: reopenedclosed

Don't do that

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.