Don't know if I'm in the right group here, as I'm trying the latest
from the repository, but....
I'm trying to install the latest 0.11dev with mysql, and I'm to the
point where I'm trying to initialize a project - trac-admin path
initenv. For the db connection string I use
mysql:username:[EMAIL PROTECTED]:3306/trac,
and I get
Creating and Initializing Project
Failed to create environment. Database connection string must start
with scheme:/
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5697-
py2.5.egg/trac/admin/console.py", line 533, in do_initenv
options=options)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5697-
py2.5.egg/trac/env.py", line 172, in __init__
self.create(options)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5697-
py2.5.egg/trac/env.py", line 283, in create
DatabaseManager(self).init_db()
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5697-
py2.5.egg/trac/db/api.py", line 69, in init_db
connector, args = self._get_connector()
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5697-
py2.5.egg/trac/db/api.py", line 85, in _get_connector
scheme, args = _parse_db_str(self.connection_uri)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r5697-
py2.5.egg/trac/db/api.py", line 119, in _parse_db_str
raise TracError('Database connection string must start with '
TracError: Database connection string must start with scheme:/
any pointers appreciated...
fwiw...database was already created correctly in mysql, it is
listening on 127.0.0.1:3306, and username and passwd are correct...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---