On 12/03/2010 10:01 AM, Surryr wrote:
I got problem with configuring trac (mod_wsgi + postrgre + trac 0.12)

Everything works perfect, when trac is in standalone mode (racd -s --
port 8000 //home/project-home/trac).

Five bucks says that your webserver can't read the config file.

TimeoutError: Unable to get database connection within 0 seconds.
TracError(u'Database "/<PathToMyTrac>/db/trac.db" not found.',)

You're using postgres, but yet it's trying to open a sqlite DB (the default). This implies that it hasn't parsed the trac.ini. Can it read it?

my conf.ini(db connection string):

Shouldn't this be trac.ini? Or did that change with 0.12?

--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@sixnet.com

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to