Should be able to run "python setup.py install" without a C compiler

Bug #410524 reported by James Henstridge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Storm
New
Low
Unassigned

Bug Description

Storm's C extension provides optional functionality, so it isn't strictly necessary to compile it. However, the distutils setup.py script will bail out if no C compiler is available (or an incompatible C compiler).

It would be nice if the setup.py script could automatically omit the C extension if a compiler is not available.

One possible implementation is that found in zope.interface:

    http://svn.zope.org/zope.interface/trunk/setup.py?view=auto

That one eats legitimate compile errors though, which would be good to avoid.

Changed in storm:
importance: Undecided → Low
Jamu Kakar (jkakar)
Changed in storm:
milestone: none → 0.16
Jamu Kakar (jkakar)
Changed in storm:
milestone: 0.16 → 0.17
Jamu Kakar (jkakar)
Changed in storm:
milestone: 0.17 → 0.18
Gary Poster (gary)
Changed in storm:
milestone: 0.18 → 0.19
Barry Warsaw (barry)
Changed in storm:
milestone: 0.19 → 0.20
Changed in storm:
milestone: 0.20 → 0.21
Colin Watson (cjwatson)
Changed in storm:
milestone: 0.21 → 0.22
Colin Watson (cjwatson)
Changed in storm:
milestone: 0.22 → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.