Ticket #239 (closed defect: fixed)
Opened 6 years ago
Last modified 6 years ago
latest python doesn't seem to have zlib support
| Reported by: | augiedoggie | Owned by: | scottmc |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | dev-lang/python | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I'm having some trouble with the latest version of the python package: python-2.6.4-x86-gcc2-2009-10-27.zip
Mercurial and other software which needs zlib support are failing. The test_zlib.py script included with python is giving me the following error:
$ python test_zlib.py Traceback (most recent call last): File "test_zlib.py", line 3, in <module> import zlib ImportError: No module named zlib
Attachments
Change History
comment:1 Changed 6 years ago by augiedoggie
Changed 6 years ago by augiedoggie
- attachment python-2.6.4.patch added
comment:2 Changed 6 years ago by scottmc
can you check the patch into svn?
comment:3 Changed 6 years ago by augiedoggie
- Resolution set to fixed
- Status changed from new to closed
Fixed in r418
Note: See
TracTickets for help on using
tickets.

Attaching a new version of the python patch which adds the appropriate include and lib dirs to the setup.py script. It appears as though the original python-2.6.4 patch was from an older version of python, so, this patch has different line offsets in the diff file.