Not sure if it is the same issue but my symptoms are similar. After updating to SDK 1.7.3 on Windows 7 I have noticed that the compiled Python files (.pyc files) are not always overwritten when I modify a source (.py) file and it is executed. I never noticed this before SDK 1.7.3 and I have not taken the time to track down what exactly is happening. For now, when I notice this happening I delete the .pyc file in question and then restart the dev server and the .pyc is re-created properly and everything works for a while. Eventually pyc files stop being overwritten again and I have to go through that process again. The dev server is being run by my user and the pyc files are owned by my user so if it is a permissions issue it is a weird one.
- Bryce On Monday, November 5, 2012 7:55:41 PM UTC-8, GregF wrote: > > I just updated to SDK 1.7.3 running on Linux. At the same time I switched > to the SQLite datastore stub, suggested by the depreciation message. > > After this, edits to source (python) files are not always detected, and I > have to stop and restart the SDK after every edit. Occasionally it starts > working for a run, then stops working again. Jinja2 template file > modifications are being detected properly, presumably because it has it's > own file change detection. > > I asked on Stackoverflow, but apart from one other person with the same > problem, got no responses. This is intensely annoying. Is anyone else > seeing this? Any ideas on how to diagnose and fix it? > > Cheers! > Greg. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/94vsByWgG_8J. 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/google-appengine?hl=en.
