Hi Matthieu,

I have to call a commercial software APIs from Python. If I import Numpy and 
that software package in one script, they are not compatible. Sometimes error 
occurs. But either one of them works well in Python. Just they cannot exist 
together.
The supporters of the commercial software told me that their software is 
complied in VC++8. It is not compatible with Numpy since Numpy is compiled not 
in VC++8. So they told me to try to compile Numpy in VC++8.
It is a hard task for me to do that.
But I have to use Numpy in my python script since I want to use some 
complicated algorithms.
Any help is appreciated.

Yunzhi Cheng


Matthieu Brucher <[EMAIL PROTECTED]> wrote: Hi,

You can do this if you have Python compiled with VC++8 as well. If not, you 
can't. Usually, numpy must be compiled with Visual Studio 7.1 or Mingw.

Matthieu

2008/4/2, yunzhi cheng <[EMAIL PROTECTED]>: Hi Everybody,

I am a new user of Python.
I have to re-compile Numpy in VC++8. 
I download the resource files (    numpy-1.0.4.tar.gz    ) of Numpy at 
http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103
 
I am not good at software. 
I wonder if anybody give me some instructions to compile it in VC++8.

Best Regards,

Cheng         

---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost. 

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




-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
 LinkedIn : http://www.linkedin.com/in/matthieubrucher 
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


       
---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to