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
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.
>
>
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
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
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
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
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
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