hi,
trying to install (because of ticket extensibility) 0.11 version. i
executed install on state of trunk and installed pysqlite, but initenv
fails with message below. what am i doing wrong?
Traceback (most recent call last):
File "C:\Programme\Python24\Scripts\trac-admin-script.py", line 7,
in ?
sys.exit(
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\admin\console.py", line 1187, in run
return admin.onecmd(command)
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\admin\console.py", line 102, in onecmd
rv = cmd.Cmd.onecmd(self, line) or 0
File "C:\Programme\Python24\lib\cmd.py", line 219, in onecmd
return func(arg)
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\admin\console.py", line 1091, in do_upgrade
self.db_open()
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\admin\console.py", line 149, in db_open
return self.env_open().get_db_cnx()
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\env.py", line 239, in get_db_cnx
return DatabaseManager(self).get_connection()
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\db\api.py", line 76, in get_connection
return self._cnx_pool.get_cnx(self.timeout or None)
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\db\pool.py", line 101, in get_cnx
cnx = self._connector.get_connection(**self._kwargs)
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\db\sqlite_backend.py", line 125, in get_connection
return SQLiteConnection(path, params)
File "c:\programme\python24\lib\site-packages\Trac-0.11dev_r6216-
py2.4.egg\trac\db\sqlite_backend.py", line 172, in __init__
timeout=timeout)
ValueError: database parameter must be string or APSW Connection
object
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---