Fixing the multiprocessing error while developing for AppEngine
If you are developing for Google AppEngine on Mac, and you have updated python to 2.6.x or higher, you might face this non-sense error over and over: ImportError: No module named _multiprocessing The main reason behind this error is that AppEngine (as of this writing) can’t get along with python versions higher than 2.5.x. Fortunately…