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})



_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to