>From what I have been able to dig up, it looks like the development server does not support distributions with only .pyc files. Can someone confirm if this is supported?
I have built a distribution for my application that only includes the .pyc files planning to share with other developers without sharing all the source code. when I run the application under the development server (dev_appserver.py), the warning "Blocking access to skipped file" comes up and then the app errors out. I've included the first part of the output of the dev server below. Thanks, Scott INFO 2009-08-29 06:35:53,513 appengine_rpc.py:157] Server: appengine.google.com INFO 2009-08-29 06:35:53,520 appcfg.py:329] Checking for updates to the SDK. INFO 2009-08-29 06:35:53,729 appcfg.py:343] The SDK is up to date. WARNING 2009-08-29 06:35:53,815 dev_appserver.py:3358] Could not initialize images API; you are likely missing the Python "PIL" module. ImportError: No module named _imaging INFO 2009-08-29 06:35:53,821 dev_appserver_main.py:465] Running application osn-prod on port 8080: http://192.168.1.10:8080 INFO 2009-08-29 06:36:01,085 py_zipimport.py:108] zipimporter('C:\ \Users\\scott\\Documents\\code\\osnx\\osn\\common\\zip-packages\ \django-1.0.2.zip', '') WARNING 2009-08-29 06:36:02,305 dev_appserver.py:1041] Blocking access to skipped file "c:\users\scott\documents\code\osnx\osn\osnapp \models.pyc" DEBUG 2009-08-29 06:36:02,306 dev_appserver.py:1562] Access to module file denied: C:\Users\scott\Documents\code\osnx\osn\osnapp \models.pyc ERROR 2009-08-29 06:36:02,349 dev_appserver.py:3000] Exception encountered handling request --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
