Caleb
unread,Mar 29, 2012, 2:28:06 PM3/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
I installed Trac using the easy_install command as described in their
instructions and upgraded to the latest stable version. I then
installed MySQL_python-1.2.2 however, the environment keeps failing
after I input the MySQL information. This may be a bug that we do not
know about. If they can point us in the correct way, we would
appreciate it. I have posted the commands that lead to the error
below.
Here is the error:
Creating and Initializing Project
Initenv for '/home/devpravu/public_html/trac' failed.
Failed to create environment.
unsupported operand type(s) for /: 'int' and 'NoneType'
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/trac/admin/console.py", line 437,
in do_initenv
File "build/bdist.linux-x86_64/egg/trac/env.py", line 214, in __init__
File "build/bdist.linux-x86_64/egg/trac/env.py", line 402, in create
File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 146, in
init_db
File "build/bdist.linux-x86_64/egg/trac/db/mysql_backend.py", line
106, in init_db
File "build/bdist.linux-x86_64/egg/trac/db/mysql_backend.py", line
155, in to_sql
File "build/bdist.linux-x86_64/egg/trac/db/mysql_backend.py", line
119, in _collist
TypeError: unsupported operand type(s) for /: 'int' and 'NoneType'
Initenv for '/home/devpravu/public_html/trac' failed.
1
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/trac/admin/console.py", line 442,
in do_initenv
SystemExit: 1