Ticket #33 (closed defect: fixed)

Opened 2 years ago

Last modified 6 days ago

PyYAML + libyyaml shouldn't need PyRex

Reported by: edemaine@mit.edu Assigned to: xi
Priority: normal Component: pyyaml
Severity: normal Keywords:
Cc:

Description

In my understanding of PyRex? (which, I admit, is fairly limited), it is a tool that converts PyRex? code into C (.c, .h, etc.) and Python code. Can't this conversion be done ahead of time when assembling a distribution, so that you don't need PyRex? on the install side? (Same as running lex or yacc etc. at distribution time instead of install time.) Or is there something more subtle going on during installation that this is actually necessary?

Reducing the barrier to installation should make the "fast PyYAML solution" (PyYAML + libyaml) more widely available.

Attachments

Change History

07/29/08 17:12:31 changed by xi

  • status changed from new to assigned.

09/30/08 08:34:22 changed by xi

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in [275] by using setuptools for setup.py.


Add/Change #33 (PyYAML + libyyaml shouldn't need PyRex)




Change Properties
Action