Why does dev_appserver create the .pyc files then? Is it possible to let dev_appserver delete all the .pyc files at startup that are in the application directory tree?
2009/9/28 Nick Johnson (Google) <[email protected]>: > Hi Allen, > No, you must use .py files to serve your app. The dev_appserver is designed > to replicate the production environment, and the production environment > ignores .pyc files. > -Nick Johnson > > On Sat, Sep 26, 2009 at 12:53 PM, Allen <[email protected]> wrote: >> >> When I run the application locally by dev_appserver.py, can I use >> only .pyc files? >> >> I try it . but following come up: >> >> WARNING 2009-09-26 03:33:23,937 dev_appserver.py:1027] Bloking access >> to skipped file "mypath\main.pyc" >> >> How can I make it works, supporting with only .pyc files > -- > Nick Johnson, Developer Programs Engineer, App Engine > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
