Thanks. I Installed genshi and downloaded 0.10.2. Now I get a new
error:
I deleted the /usr/lib/python2.3/site-packages/trac directory and
reinstalled the new version of trac.
Creating and Initializing Project
Failed to create environment. unpack list of wrong size
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/scripts/admin.py", line
613, in do_initenv
options=options)
File "/usr/lib/python2.3/site-packages/trac/env.py", line 124, in
__init__
self.create(options)
File "/usr/lib/python2.3/site-packages/trac/env.py", line 229, in
create
DatabaseManager(self).init_db()
File "/usr/lib/python2.3/site-packages/trac/db/api.py", line 68, in
init_db
connector, args = self._get_connector()
File "/usr/lib/python2.3/site-packages/trac/db/api.py", line 84, in
_get_connector
scheme, args = _parse_db_str(self.connection_uri)
File "/usr/lib/python2.3/site-packages/trac/db/api.py", line 110, in
_parse_db_str
scheme, rest = db_str.split(':', 1)
ValueError: unpack list of wrong size
Failed to initialize environment. 1
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/scripts/admin.py", line
617, in do_initenv
sys.exit(1)
SystemExit: 1
What else can i try here? I wanted to create a sqlite database, because
i thought is is simpler than using mysql. In Future I'd like to use
MySQL as Database backend.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---