--
You received this message because you are subscribed to the Google Groups "ProtoRPC Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-protorpc-d...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
It looks like the problem is not that the file is missing from the SDK but that the import is being done incorrectly in the webapp source code.We are looking in to fixing this but I'd like to take this opportunity to point out that protorpc.webapp module is deprecated and you should instead use protorpc.wsgi.service. It's very similar to configure as webapp and is slightly lighter weight.
On Thu, Jun 27, 2013 at 11:37 AM, Rafe Kaplan <ra...@google.com> wrote:
Thanks for the heads up. Will get that synced up.
On Thu, Jun 27, 2013 at 5:48 AM, Yasser Bashir <cli...@arbisoft.com> wrote:
Traceback (most recent call last):File "C:\Program Files (x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 196, in Handlehandler = _config_handle.add_wsgi_middleware(self._LoadHandler())File "C:\Program Files (x86)\Google\google_appengine\google\appengine\runtime\wsgi.py", line 255, in _LoadHandlerhandler = __import__(path[0])File "C:\Users\Shah Lateef\Projects\gtv2\services.py", line 1, in <module>from protorpc.webapp import service_handlersFile "C:\Program Files (x86)\Google\google_appengine\lib\protorpc\protorpc\webapp\service_handlers.py", line 95, in <module>from .google_imports import webappImportError: No module named google_importsINFO 2013-06-27 17:40:50,275 server.py:593] default: "POST /_ah/spi/BackendService.getApiConfigs HTTP/1.1" 500 -INFO 2013-06-27 17:40:50,276 server.py:593] default: "GET /_ah/api/discovery/v1/apis HTTP/1.1" 500 60I checked the protorpc package on google code and that does have a .google_imports file in the protorpc folder. Its missing in the latest built release of appengine (1.8.1)
--
You received this message because you are subscribed to the Google Groups "ProtoRPC Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-protorpc-discuss+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
- Rafe Kaplan
--
- Rafe Kaplan