> did you made any changes to the config files? > > configOBJ will fail if the same section has 2 keys with the same name (and > remenber sections can be across files) > > is there any leading whitespaces? >
the only change i made to any config files was to set the database in dev.cfg - here's what's in that file now: [global] # This is where all of your settings go for your development environment # Settings that are the same for both development and production # (such as template engine, encodings, etc.) all go in # tt/config/app.cfg # DATABASE # pick the form for your database # sqlobject.dburi="postgres://[EMAIL PROTECTED]/databasename" sqlobject.dburi="mysql://tt:[EMAIL PROTECTED]/tt" # sqlobject.dburi="sqlite:///file_name_and_path" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

