"jtan325" <[EMAIL PROTECTED]> writes:
> customize_compiler
> cc_cmd = cc + ' ' + opt
> TypeError: cannot concatenate 'str' and 'NoneType' objects
[...]
> upon closer inspection of Python's distutils sysconfig.py, is the error
> being caused by the ' ' in "cc_cmd = cc + ' ' + opt"? Any ideas
hi,
i am running Linux Ubuntu Hoary and am trying to build the Python
numarray package, v. 1.3.2 by hand since ubuntu's repos won't be
updated until breezy.
i have python 2.4, and gcc 3.3.5
after unpacking the tar, i run "python setup.py install", as it says in
the installation instructions. i g