Inbound email was not working.

Downgraded Python to 2.5.

Now email works on Ubuntu 10.

Here's what I did:



In a terminal install Python 2.5

They will coexist on the system.

    sudo apt-get install python2.5

Edit dev_appserver.py in your google_appengine directory

Change the first line in dev_appserver.py…

    #!/usr/bin/env python

….to…

    #!/usr/bin/env python2.5

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

Reply via email to