Edgewall Software
Modify

Opened 12 years ago

Closed 12 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)

Change History (1)

comment:1 by Remy Blank, 12 years ago

Resolution: cantfix
Status: newclosed

This is an InstallationIssue.

Modify Ticket

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