HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

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

python-2.6.4.patch​ (16.6 KB) - added by augiedoggie 6 years ago.

Download all attachments as: .zip

Change History

comment:1 Changed 6 years ago by augiedoggie

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.

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.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/