Skip to content

build_ext fails #1

@fonnesbeck

Description

@fonnesbeck

Trying to run python setup.py build_ext fails on OS X 10.8.3 (Python 2.7.2) with Cython 0.17.

» python setup.py build_ext      fonnescj@Cepeda
running build_ext
Traceback (most recent call last):
  File "setup.py", line 15, in <module>
    requires = ['numpy', 'scipy'],
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/Library/Python/2.7/site-packages/Cython/Distutils/build_ext.py", line 159, in run
    if self.cython_gdb or [1 for ext in self.extensions
TypeError: 'NoneType' object is not iterable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions