Closed GoogleCodeExporter closed 9 years ago
I found the fix:
Index: main.py
===================================================================
--- main.py (revisión: 221)
+++ main.py (copia de trabajo)
@@ -87,6 +87,7 @@
import hashlib
import hmac
import logging
+logging.logMultiprocessing = 0
import os
import random
import sgmllib
Original comment by luismarianoguerra@gmail.com
on 23 Aug 2009 at 3:00
App Engine only works with Python 2.5.
-> File "/usr/lib/python2.6/multiprocessing/__init__.py", line 83, in <module>
Python 2.6 is primarily a compatibility release to get people ready for Python
3.0
Original comment by bslatkin
on 24 Aug 2009 at 6:15
Original issue reported on code.google.com by
luismarianoguerra@gmail.com
on 23 Aug 2009 at 2:49