Modify ↓
Opened 13 years ago
Closed 13 years ago
#10844 closed defect (cantfix)
Cannot load Python bindings for MySQL
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | database backend | Version: | 0.12.3 |
| Severity: | critical | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hi, I have installed trac with mysql database on Linux I have used WSGI with Apache Web Server When I access it using browser its giving the following error.
Warning: Can't synchronize with repository "(default)" (Cannot load Python bindings for MySQL). Look in the Trac log for more information.
I have checked the mysql database and it contains table created during trac installation.
WSGI File
import os os.environ['TRAC_ENV'] = '/var/trac' os.environ['PYTHON_EGG_CACHE'] = '/tmp/' import trac.web.main application = trac.web.main.dispatch_request
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is an InstallationIssue.