More info: It seems that the setup_app function in websetup/__init__.py is not being called. It seems as though that's what would call setup_schema in websetup/schema.py.
I'm running TG 2.1.5 with Python 2.6.6. Matthew On Tuesday, December 11, 2012 10:50:09 AM UTC-5, MHCPU wrote: > > Can anyone give me some guidance where to look for this problem? I > written a Turbogears app that I've been repeatedly installing as I continue > development. I have a test instance and when the database schema changes > my re-installation includes dropping the database and running "paster > setup-app production.ini". This worked fine until recently and created the > schema as expected. Now it seems to quietly do nothing. I run the > command, it terminates with no output, and no tables are created. Oddly, > this was "fixed" once by logging out and back in and running it. But that > no longer helps. Where might paster end before it does anything? > > Thanks for any help, > Matthew > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To view this discussion on the web visit https://groups.google.com/d/msg/turbogears/-/7-pknZ07RnUJ. 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?hl=en.

