|
Hello. I’m brand new to Trac and I’ve been
following the windows install instructions on http://projects.edgewall.com/trac/wiki/TracOnWindowsStandalone
to the letter. I’ve downloaded only the versions of each app as
described. I’m using SQLite, not PostgreSQL.
I’ve installed the apps in the order recommended in the install guide.
Everything works with no errors until I get to the part where I set up the Trac
environment. This is the log of what
happens: Creating and Initializing Project Failed to create environment. unpack list of wrong size Traceback (most recent call last): File
"C:\Python23\Lib\site-packages\trac\scripts\admin.py", line 139, in
env_c reate self.__env = Environment(self.envname, create=True,
db_str=db_str) File
"C:\Python23\Lib\site-packages\trac\env.py", line 79, in __init__ self.create(db_str) File
"C:\Python23\Lib\site-packages\trac\env.py", line 197, in create db.init_db(self.path, db_str) File "C:\Python23\Lib\site-packages\trac\db.py",
line 441, in init_db cls, args = _get_cnx_class(env_path, db_str) File "C:\Python23\Lib\site-packages\trac\db.py",
line 449, in _get_cnx_class scheme, args = _parse_db_str(db_str) File "C:\Python23\Lib\site-packages\trac\db.py",
line 462, 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 "C:\Python23\Lib\site-packages\trac\scripts\admin.py",
line 594, in do_in itenv self.env_create(db_str) File
"C:\Python23\Lib\site-packages\trac\scripts\admin.py", line 144, in
env_c reate sys.exit(1) SystemExit: 1 What is going wrong and what can I do to fix it? Thanks, Mark |
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
