Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Andrew Straw
Matthieu Brucher wrote: > > > 2008/4/3, Chris Barker <[EMAIL PROTECTED] > >: > > Robert Kern wrote: > > Just since that has been discussed a LOT, for years, I want to be > clear: > > > > Different versions of Microsoft's compiler use different > librari

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Matthieu Brucher
2008/4/3, Chris Barker <[EMAIL PROTECTED]>: > > Robert Kern wrote: > > Just since that has been discussed a LOT, for years, I want to be clear: > > > > Different versions of Microsoft's compiler use different libraries for > > the standard C library. Some simple Python extension modules compiled >

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Robert Kern
On Thu, Apr 3, 2008 at 4:52 PM, Chris Barker <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: > > Just since that has been discussed a LOT, for years, I want to be clear: > > > Different versions of Microsoft's compiler use different libraries for > > the standard C library. Some simple Python ex

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Chris Barker
Robert Kern wrote: Just since that has been discussed a LOT, for years, I want to be clear: > Different versions of Microsoft's compiler use different libraries for > the standard C library. Some simple Python extension modules compiled > with a different compiler than the Python interpreter will

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Robert Kern
On Wed, Apr 2, 2008 at 9:21 PM, yunzhi cheng <[EMAIL PROTECTED]> wrote: > 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 Pyth

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Matthieu Brucher
> > > The supporters of the commercial software told me that their software is > > complied in VC++8. > > > So they have apparently compiled a python extension with VC++8 that > works? Are you sure that it works with the "standard" Windows Python > Build (Which version of Python, by the way?). From

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Christopher Barker
yunzhi cheng wrote: > 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 c

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Matthieu Brucher
Sorry, I mixed up the version numbers :| This means that you are on your own with compiling Python with VC++8 (2005). Matthieu 2008/4/3, Christian Heimes <[EMAIL PROTECTED]>: > > Matthieu Brucher schrieb: > > > Hi, > > > > As I've said, you must start by compiling Python with VC++ 8, that means >

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-03 Thread Christian Heimes
Matthieu Brucher schrieb: > Hi, > > As I've said, you must start by compiling Python with VC++ 8, that means > using the 2.6 alpha. Negative Houston Python 2.6 and 3.0 are using VS 2008 aka VC 9.0 Christian ___ Numpy-discussion mailing list Numpy-dis

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-02 Thread Matthieu Brucher
Hi, As I've said, you must start by compiling Python with VC++ 8, that means using the 2.6 alpha. Matthieu 2008/4/3, yunzhi cheng <[EMAIL PROTECTED]>: > > 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

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-02 Thread yunzhi cheng
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

Re: [Numpy-discussion] Compile Numpy in VC++8

2008-04-02 Thread Matthieu Brucher
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

[Numpy-discussion] Compile Numpy in VC++8

2008-04-02 Thread yunzhi cheng
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 instruct