Hello, over the last few weeks, I've installed a number of versions of
0.10.4 and 0.11 -- everything went fine for both installs numerous
times but I took a week or so off, and now I can't get 0.11 to work.
It seems to install okay but then, when I try to do trac-admin
/path/to/whatever initenv, I got this error message:

(I've tried python 2.4 and python 2.5 and a bunch of other variations
already)
----- 

Creating and Initializing Project
Failed to create environment. invalid literal for int() with base 10:
''
Traceback (most recent call last):
  File
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-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_r6049-py2.5.egg/trac/env.py",
line 175, in __init__
    self.create(options)
  File
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-py2.5.egg/trac/env.py",
line 286, in create
    DatabaseManager(self).init_db()
  File
"/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-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_r6049-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_r6049-py2.5.egg/trac/db/api.py",
line 151, in _parse_db_str
    port = int(port)
ValueError: invalid literal for int() with base 10: ''

----


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to