I have an app that I wrote in web2py using version 1.99. It has been running on appspot for the last 1.5 years with no issues. I recently wanted to continue working on it, so I downloaded all my source code. I installed GAE on my desktop, and added the app folder (put it on my root C:\appname ).
I tried to get it to work, but it refuses...what's the deal? I have tried it without upgrading web2py to 2.0.9, and it doesn't even throw a web2py error ticket...just throws a 500. On the un-upgraded version of web2py I keep getting import errors of modules. I know GAE has been probably updated over time, and now modules are restricted...so how would you guys share code among different controllers in your app? Also, is there some instructions somewhere about what exactly I need to do to get my app to work on web2py 2.0.9 and GAE 1.7.2 P.S. My app works if run through web2py without GAE. --

