Is there a space at the beginning of the line? the parser has a problem with that.
Kevin On 10/27/05, modmans2ndcoming <[EMAIL PROTECTED]> wrote: > > I tried to do a "tg-admin sql create" and everything worked until I got > to this: > > ConfigParser.ParsingError: File contains parsing errors: dev.cfg > [line 10]: ' > sqlobject.dburi="sqlite:///database/dleague.sql"\n' > > here is the pertinent line: > > sqlobject.dburi="sqlite:///database/dleague.sql" > > everything in the DB section is commented except this. > > I am running on OS X tiger and have SQLite3 on here as part of the > system. I installed pysqlite. > > hmm, the only thing I can think of that just hit me while typing this > is that the URI is not an absolute path. I assume that it needs to be > absolute rather than relative. > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

