On Oct 19, 12:06 pm, ryan baldwin <[email protected]> wrote: > Is it possible to build an AppEngine app using SpringPython? My colleague > and I have been trying to get the basics of a SpringPython app up and > running (read - simple view that imports SP) but are having import errors. > We're fairly certain that it's due to SpringPython having some dependencies > on some c-compiled modules. > Are we correct? Has anybody successfully used SP for an app? > > - ryan.
Spring Python 1.0 has a few dependencies that make it not possible to run on GAE. However, the trunk version of SP has been updated such that it should work. I haven't done it myself, but I'm confident the libraries will work, considering it now runs on Python 2.4, 2.5, 2.6 and Jython 2.5.1.FINAL. For more information, check out http://blog.springpython.webfactional.com/2009/10/15/see-how-spring-python-works-with-jython/ Greg Spring Python project lead. -- 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=.
