[Numpy-discussion] 1.1.1rc1 to be tagged tonight

Pierre GM pgmdevlist at gmail.com
Tue Jul 22 13:41:18 EDT 2008


On Tuesday 22 July 2008 13:41:04 Charles R Harris wrote:

> The missing ctypes shouldn't be a problem. I don't know what to make of the
> f2py import failure or if it matters. 

/extgen/py_support.py:284:    
parent_container_options.update(prefix='"\\n\\n:Parameters:\\n"\n"  ')
./extgen/py_support.py:287:    
parent_container_options.update(prefix='"\\n\\n:Optional parameters:
\\n"\n"  ')
./extgen/py_support.py:290:    
parent_container_options.update(prefix='"\\n\\n:Extra parameters:\\n"\n"  ')
./extgen/py_support.py:293:    
parent_container_options.update(prefix='"\\n\\n:Returns:\\n"\n"  ',

so, we can't use that for Python 2.3, we need to use a syntax like
parent_container_options.update({'prefix':blahblahblah})






More information about the NumPy-Discussion mailing list