[NumPy-Tickets] [NumPy] #1900: weave raise invalid version number '4.' error
NumPy Trac
numpy-tickets@scipy....
Mon Jul 11 07:22:37 CDT 2011
#1900: weave raise invalid version number '4.' error
----------------------+-----------------------------------------------------
Reporter: hyry0088 | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.0
Keywords: |
----------------------+-----------------------------------------------------
Comment(by hyry0088):
the code is:
{{{
from scipy.weave import inline
a = 0
inline("a+=1;", ["a"], compiler="gcc")
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1900#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list