Since you are modifying the sys.path, what I suspect is that this is caused
by the underlying problem in this issue:
http://code.google.com/p/googleappengine/issues/detail?id=772

Which is the interpreter may reset the sys.path after it loads.  See this
comment for information on how to fix it:
http://code.google.com/p/googleappengine/issues/detail?id=772#c11

-Marzia

On Fri, Nov 21, 2008 at 6:24 AM, 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.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to