Creating and Initializing Project
Failed to create environment. No module named pyPgSQL
Traceback (most recent call last):
File "/home3/j/johnreynolds/trac-0.10.3/trac/scripts/admin.py", line
613, in do_initenv
options=options)
File "/home3/j/johnreynolds/trac-0.10.3/trac/env.py", line 124, in
__init__
self.create(options)
File "/home3/j/johnreynolds/trac-0.10.3/trac/env.py", line 229, in
create
DatabaseManager(self).init_db()
File "/home3/j/johnreynolds/trac-0.10.3/trac/db/api.py", line 69, in
init_db
connector.init_db(**args)
File "/home3/j/johnreynolds/trac-0.10.3/trac/db/
postgres_backend.py", line 44, in init_db
cnx = self.get_connection(path, user, password, host, port,
params)
File "/home3/j/johnreynolds/trac-0.10.3/trac/db/
postgres_backend.py", line 40, in get_connection
return PostgreSQLConnection(path, user, password, host, port,
params)
File "/home3/j/johnreynolds/trac-0.10.3/trac/db/
postgres_backend.py", line 96, in __init__
from pyPgSQL import PgSQL
ImportError: No module named pyPgSQL
Failed to initialize environment. 1
Traceback (most recent call last):
File "/home3/j/johnreynolds/trac-0.10.3/trac/scripts/admin.py", line
617, in do_initenv
sys.exit(1)
SystemExit: 1
Trying to install with postgres, getting the above error. Any help
would be greatly appreciated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---