I've been working on a TG2 application for a while now, and whenever I use gearbox --serve --reload --debug, it works perfectly fine (read: whenever I make an edit in one of the python scripts I have, the application automatically restarts itself to show the edits and the errors). For some reason, that no longer works.
I've checked the forum, and I only saw one thread wherein this was addressed. One suggestion was to remove the .pyc files created by Python, but that doesn't work. I tried making some edits before I launched the application (using gearbox serve --reload --debug), and I saw the revisions I made. And then, I tried editing a python script, and app didn't update. I then tried doing the following to check if the gearbox command would return to normal: 1) Restarted apache2 2) Updated virtualenv 3) Rebooted the amazon ec2 instance I'm working in 4) Re-installed tg.devtools None of them worked. And now, even if I manually restart the application, the changes I've made doesn't appear on the site. I am not sure what's causing that bug in the gearbox command. Any help would be greatly appreciated. Regards, DM -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

