views:

15

answers:

0

I've got a Debian 5 (lenny) setup with Python 2.6 built from source (2.6 isn't available through APT nor backports for some reason) and it has the PIL library installed.

During installation it passes telling me I have PNG/ZIP support, which is what i need, but when I either try to run the python script (which works on my windows machine as a test), I receive an IOError that the zip library is missing. Running selftest.py after installing the library also tells me there is no zip library installed.

Suggestions as to this odd behavior or how to resolve it are more then welcome!