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.