>You will also need to change the include directories used in compiling 
>by appending the directories returned by 
>numpy.numarray.util.get_numarray_include_dirs()
>

Hi Travis,

I believe that there is a problem with this function.  When executing 
interactively with numpy version 0.9.9.2660 I get the following result:

Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)]
Type "copyright", "credits" or "license" for more information.

In [1]: import numpy

In [2]: numpy.__version__
Out[2]: '0.9.9.2660'

In [3]: import numpy.numarray.util as nnu

In [4]: nnu.get_numarray_include_dirs()
Out[4]: ['C:\\Python24\\lib\\site-packages\\numpy\\numarray']

Unfortunately this does not have the appropriate (or any) header files.

Chris

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to