Thank you!
That fixed it.
__
Donnie
On Wed, 12 Oct 2005, Kevin Dangoor wrote:
On 10/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
# pick the form for your database
# sqlobject.dburi="postgres://[EMAIL PROTECTED]/databasename"
sqlobject.dburi="mysql://user:[EMAIL PROTECTED]:3306/database"
^ there's your problem
CherryPy's config reader doesn't like spaces at the beginning of the line.
I haven't had a chance to mention this to the cherrypy folks (anyone
else should feel free as well, because I have just enough time to send
this message right now)...
Kevin