Modify ↓
Opened 18 years ago
Closed 18 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 )
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 , 18 years ago
| Description: | modified (diff) |
|---|---|
| Priority: | highest → normal |
| Resolution: | → invalid |
| Status: | new → closed |
comment:2 by , 18 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.



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