On 1/9/06, Jeff Watkins <[EMAIL PROTECTED]> wrote: > > Mike Kent wrote: > > OK, I know I'm being stupid, but things are moving pretty fast, > > TG-wise, and it can be hard to keep up. > > > > With the latest svn update, using a new dev.cfg and editing it as best > > as I can make out to turn on identity and visitor stuff, doing a > > 'tg-admin sql create' is not creating any of the identity or visitor > > tables. All my other model tables are created. Yes, my model.py > > contains the proper imports for the TG_User, TG_Group, and > > TG_Permissions classes. > > Mike, these tables should be created automatically when you launch your > application. If they aren't, that's a bug. > > You shouldn't need to fiddle around with the sqlobject.txt file any more. > > Can you send me your configuration details: db, python version, revision > #, etc?
Incidentally, on a project I just quickstarted, I'm seeing the same thing; adding them to the sqlobject.txt file "corrected" the problem. I'm running v485, with Python 2.4.2 and pysqlite 2.0.6, on Windows XP SP2. -- Tim Lesher <[EMAIL PROTECTED]>

