Ticket #164 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

pyximport reportedly does not work on Python 2.6

Reported by: dagss Owned by: scoder
Priority: major Milestone: 0.11
Component: Build System Keywords:
Cc:

Description

I got a note saying that pyximport does not work in Python 2.6; I haven't looked into it myself.

Change History

Changed 4 years ago by scoder

  • status changed from new to closed
  • resolution set to invalid

It's actually the ihooks module in Python 2.6 that's broken here, not pyximport. This has been fixed in 2.6.1.

Changed 4 years ago by scoder

  • status changed from closed to reopened
  • resolution invalid deleted

Sorry, my fault. It's not fixed.

Changed 4 years ago by scoder

The ihooks module is deprecated, as reported in the related bug.

 http://bugs.python.org/issue4244

It looks like pyximport requires a major reimplementation without using ihooks.

Changed 4 years ago by scoder

  • owner changed from somebody to scoder
  • status changed from reopened to new

Changed 4 years ago by robertwb

Changed 4 years ago by scoder

  • status changed from new to closed
  • resolution set to fixed

Yes. It's not perfect, as it doesn't support changing the .so cache directory, for example. But that can be improved at need.

Note: See TracTickets for help on using tickets.