On Fri, Nov 21, 2008 at 10:24 PM, GAEfan <[EMAIL PROTECTED]> wrote: > > I recently put all my admin pages within the admin protection. Now, I > periodically get this error: > > /Users/<myname>/GoogleApps/<myapp>/main.py in () > 5 sys.path = [os.path.abspath(os.path.dirname(__file__)),] + > sys.path > 6 > 7 from aecmd import setup_project > 8 setup_project() > 9 > > aecmd undefined, setup_project undefined > > <type 'exceptions.ImportError'>: No module named aecmd > > A Google search turns up nothing. Please help. > > Thank you.
Are you trying app-engine-patch? I find aecmd.py in the app-engine-patch project. Maybe you could try the sample project. http://app-engine-patch.googlecode.com/files/appenginepatch-sample-0.9.2.zip -- Best Regards, TANG Jiyu (Blog: http://jiyu.wordpress.com.cn) --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
