On Fri, 2012-03-23 at 09:55 -0700, Constantine Vasil wrote: > I was able to successfully run a "Hello World" Pyramid app > using Python 2.5. > > > I need to run Python 2.7 now. > > > Here is what is needed: > http://code.google.com/appengine/docs/python/python27/using27.html
Hi, Constantine Short answer: It can work. Probably. Long answer: One way to do it is to start with a pyramid scaffold newly built just for this purpose. http://pypi.python.org/pypi/pyramid_appengine/0.5.2dev Note the "dev". Help development of this scaffold by submitting issues to https://github.com/twillis/pyramid_appengine . BTW, An initial proof of concept of the setup you mention (and using the scaffold I mention) is at http://test-app-509.appspot.com/ . - Jim Washington -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
