setting correct PYTHONPATH variable in .bashrc worked for me. I have
python from macports, so it was like this, you path might be
different:
PYTHONPATH="/opt/local/var/macports/software/python25/2.5.1_4+darwin_9/
opt/local/lib/python2.5"

On Oct 6, 6:59 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> What is the Python Path that you have in your launcher?
>
> Thanks,
> MarziaOn Sun, Oct 5, 2008 at 2:17 PM, Gijsbert <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > Since upgrading to GAE 1.1.5 my app stopped working, dev_appserver.py
> > can't import cgi, urllib, traceback, etc:
>
> > <type 'exceptions.ImportError'>: No module named cgi
> >      args = ('No module named cgi',)
> >      message = 'No module named cgi
>
> > Importing these from python2.5 shell works fine.
>
> > It might be a MacOS (10.5.5) issue, I just ran the same app on my
> > linux box and it works there (well, I could not import
> > wsgiref.handlers any more, but changing to run_wsgi_app() made that
> > import unnecessary).
>
> > A fix would be awesome, since my linux box is old and cranky.
>
> > Best regards,
> > Gijsbert

--~--~---------~--~----~------------~-------~--~----~
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