Re: [Plplot-devel] Problem builiding the Python bindings on Windows using MS VC/C++

2013-10-18 Thread Alan W. Irwin
On 2013-10-18 09:30-0700 Alan W. Irwin wrote: > On 2013-10-18 01:03-0700 Alan W. Irwin wrote: > >> On 2013-10-18 07:07- Arjen Markus wrote: >>> I removed the #define NPY_NO_DEPRECATED_API ... line from >> plplotcmodule.i, even though this has been in there for a long time, >> and that helped a

Re: [Plplot-devel] Problem builiding the Python bindings on Windows using MS VC/C++

2013-10-18 Thread Alan W. Irwin
On 2013-10-18 01:03-0700 Alan W. Irwin wrote: > On 2013-10-18 07:07- Arjen Markus wrote: >> I removed the #define NPY_NO_DEPRECATED_API ... line from > plplotcmodule.i, even though this has been in there for a long time, > and that helped a bit: the complaints about PyArray_FLOAT are gone. > >

Re: [Plplot-devel] Recent diff results for 32-bit Wine

2013-10-18 Thread Arjen Markus
Hi Alan, > > I also had a follow up which crossed with yours. I think we pretty much > agree now > about what is going on, and only differ in that I would suggest doing the > MinGW/MSYS testing first. But doing that after you have completed the MSVC > case > would also work if you prefer that

Re: [Plplot-devel] Recent diff results for 32-bit Wine

2013-10-18 Thread Alan W. Irwin
On 2013-10-18 07:27- Arjen Markus wrote: > Hi Alan, > >> -Original Message- >> From: Alan W. Irwin [mailto:[email protected]] >> > ... > >> Hi Arjen: >> >> My guess is the integrated python+numpy package version you have installed on >> your computer combines so much from diffe

Re: [Plplot-devel] Problem builiding the Python bindings on Windows using MS VC/C++

2013-10-18 Thread Alan W. Irwin
On 2013-10-18 07:07- Arjen Markus wrote: > [...]As I am trying to build it on bare Windows, that macro is not defined > and so I get into the #else > branch. [...] Sorry, Arjen. I missed before that you were doing a build with bare Windows. I assume in the rest of this that means you having

Re: [Plplot-devel] Recent diff results for 32-bit Wine

2013-10-18 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:[email protected]] > ... > Hi Arjen: > > My guess is the integrated python+numpy package version you have installed on > your computer combines so much from different versions of python and numpy > that > they are interf

Re: [Plplot-devel] Recent diff results for 32-bit Wine

2013-10-18 Thread Alan W. Irwin
On 2013-10-18 04:25- Arjen Markus wrote: > Hi Alan, > on my machine Python 2.7.5 is installed with Numpy 1.7 in a location c:\Python27\Lib\site-packages\numpy\core\include as reported by numpy.get_include(). So I think it is all correct. This installation came with the territory so to say - i

[Plplot-devel] Problem builiding the Python bindings on Windows using MS VC/C++

2013-10-18 Thread Arjen Markus
Hi Alan, (changed the subject to better reflect the content) The problems I had before with building the Python bindings had to do with MinGW and the location of the Numpy package. The current problems are however of a very different nature. I removed the #define NPY_NO_DEPRECATED_API ... line