[google-appengine] Python 2.7 multithreaded: ereporter mapreduce compatibility

2011-11-10 Thread Pol
Hi,

What are the plans to get these 2 extensions compatible with Python
2.7 multithreaded?

$PYTHON_LIB/google/appengine/ext/mapreduce/main.py
$PYTHON_LIB/google/appengine/ext/ereporter/report_generator.py

Thanks,

- Pol

-- 
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 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Python 2.7 multithreaded: ereporter mapreduce compatibility

2011-11-10 Thread Brian Quinlan
On Fri, Nov 11, 2011 at 2:44 AM, Pol p...@everpix.net wrote:
 Hi,

 What are the plans to get these 2 extensions compatible with Python
 2.7 multithreaded?

 $PYTHON_LIB/google/appengine/ext/mapreduce/main.py
 $PYTHON_LIB/google/appengine/ext/ereporter/report_generator.py

I assume that you are seeing an error during the parsing of your appcfg.py file?

The error message should say that you can't use a CGI with threadsafe.
The solution is to use WSGI in your handlers instead i.e.

google.appengine.ext.mapreduce.application
google.appengine.ext.ereporter/report_generator.application

Cheers,
Brian


 Thanks,

 - Pol

 --
 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 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.