Have you tried switching to sqlite to check if it still works?, it could also be a problem with MySQL permissions, connectivity with the DB, etc.
You could try adding the -v option (for verbose), to see of you can get some output: paster setup-app -v production.ini There is also the options to simulate and to run it interactively, but quite frankly I haven't seen them work at all. Regards, Carlos Ruvalcaba On Tue, Dec 11, 2012 at 4:22 PM, Matthew Cahn <[email protected]> wrote: > Good question -- MySQL. It worked with sqlite, and then I switched to MySQL > for deployment, and it still worked. Then it suddenly stopped working. > Yes, the table classes are imported into models/__init__.py. > > Matthew > > > > On Tue, Dec 11, 2012 at 5:51 PM, Carlos Daniel Ruvalcaba Valenzuela > <[email protected]> wrote: >> >> Hi, >> >> What database are you using?, is this problem the same with different >> databases (sqlite for example)?, did you include your models inside >> models/__init__.py ? >> >> Regards, >> Carlos Ruvalcaba >> >> On Tue, Dec 11, 2012 at 3:00 PM, MHCPU <[email protected]> wrote: >> > Re-ran the installation with TG 2.20 -- same problem. >> > >> > Matthew >> > >> > >> > On Tuesday, December 11, 2012 3:39:27 PM UTC-5, MHCPU wrote: >> >> >> >> 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/-/rvK9H9xeeAEJ. >> > >> > 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. >> >> -- >> 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?hl=en. >> > > -- > 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?hl=en. -- 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?hl=en.

