Python 2.5 zlib trouble

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Sep 23 04:11:03 EDT 2011


Jesramz wrote:

> Hello,
> 
> I am trying to deploy an app on google app engine using bottle, a
> micro-framework, similar to flask.
[...]
> ImportError: No module named zlib


What happens if you explicitly launch Python2.5 and then try to import zlib?



-- 
Steven




More information about the Python-list mailing list