I have the same problem with a file in the reportlab pfd module. The workaround I have is, before I start the dev_server I delete all the *.pyc files.
Because the production server doesn't save .pyc files the modules are compiled every time an instance is started. Just as if there are no .pyc files. 2009/9/26 Allen <[email protected]>: > > 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
