How to build Numeric in Debug mode

Thomas Heller theller at python.net
Wed Apr 9 02:16:25 EDT 2003


edo4 at emich.edu (Ngoc) writes:

> I want to use Numeric.array from Numeric module.  I can run python
> with import Numeric in release but not debug mode. What is the command
> to build Numeric module in debug version ?
> >>python_d setup.py install doesn't work??
> Thanks in advance.
> Eve
Assuming Numeric uses standard distutils, you can build a debug
version giving the '-g' flag to build:

python setup.py build -g install

Thomas




More information about the Python-list mailing list