Hi, I am runnig it in latest ubuntu. Make sure you use python 2.5version. By default its not installed in latest ubuntu, try installing: apt-get install python2.5 and then run the server by calling: python2.5 manage.py runserver
Also, don't forget set appengine in PATH Rgds, Andrejus -- Sent from my mobile device On 20 Apr 2010 17:40, "Chris" <[email protected]> wrote: Has anyone been able to get AEP1.1RC running on Ubuntu 9.10+? I'm stuck on the "No module named ext" error outlined in http://code.google.com/p/app-engine-patch/issues/detail?id=174 Unfortunately, this ticket was closed prematurely. I've spent several hours hacking away, trying to work around this problem, but I haven't gotten anywhere. I did notice that Ubuntu seems to come preinstalled with a package called python-protobuf, which creates a "google" module that could potentially conflict with the AE SDK module. However, even after I removed this package, I still get the error. Has anyone figured this out? I realize AEP has been "deprecated" in favor of Django-Norel, but that project's months away from being usable, and even then it seems unlikely to support all the admin functionality AEP currently supports. -- You received this message because you are subscribed to the Google Groups "app-engine-patch" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]<app-engine-patch%[email protected]> . For more options, visit this group at http://groups.google.com/group/app-engine-patch?hl=en. -- You received this message because you are subscribed to the Google Groups "app-engine-patch" 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/app-engine-patch?hl=en.
