I have followed the guides from https://wiki.archlinux.org/index.php/Trac and http://trac.edgewall.org/wiki/TracInstall (using http://trac.edgewall.org/wiki/MySqlDb for getting the right connection etc.).
Issues required packages are not available, I am assuming they are outdated, and when I have used what is workable from the Arch guide I receive the following error:
$this->bbcode_second_pass_code('', 'Creating and Initializing Project
Initenv for '/mnt/rpo/trac/projects' failed.
Failed to create environment.
Cannot load Python bindings for MySQL
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/trac/admin/console.py", line 456, in do_initenv
options=options)
File "/usr/lib/python2.7/site-packages/trac/core.py", line 124, in __call__
self.__init__(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/trac/env.py", line 281, in __init__
self.create(options)
File "/usr/lib/python2.7/site-packages/trac/env.py", line 584, in create
DatabaseManager(self).init_db()
File "/usr/lib/python2.7/site-packages/trac/db/api.py", line 248, in init_db
connector, args = self.get_connector()
File "/usr/lib/python2.7/site-packages/trac/db/api.py", line 312, in get_connector
raise TracError(connector.error)
TracError: Cannot load Python bindings for MySQL')
Has anyone successfully installed trac and if so what steps did you take.
Thanks in advance.
Andre