Hacker News new | ask | show | jobs
by dgottlieb 5373 days ago
In Python:

Importing urllib hangs zlib imports, but the compress and compressobj methods fail

> import zlib

> zlib.compress("askldas")

Internal error: ReferenceError: _deflateInit_ is not defined