Re: [Python.NET] pythonnet and numpy

2012-11-02 Thread Bradley Friedman
There is also the ucs-2 versus ucs-4 binary incompatibility. Though that one usually shows up when you call, not when you bind. But then again, I have only kicked that off on unix. On windows it might show up on bind. Not sure. Does numpy import when run from the exact python you are using pytho

Re: [Python.NET] pythonnet and numpy

2012-11-02 Thread Stephen P. Lepisto
Make sure you are installing the correct "bitness" of numpy for your install of python (64-bit to 64-bit, 32-bit to 32-bit). On 11/2/2012 8:42 AM, Bradley Friedman wrote: That error suggests issues with your path or current directory. Multiple or incompatible dynamic libraries etc. in the path

Re: [Python.NET] pythonnet and numpy

2012-11-02 Thread Bradley Friedman
That error suggests issues with your path or current directory. Multiple or incompatible dynamic libraries etc. in the path. Generally speaking, pythonnet does work with numpy. Something specific is wrong, loading a dll in a low level manner that msvc is upset. Sent from my iPad On Nov 2, 2

[Python.NET] pythonnet and numpy

2012-11-02 Thread John Burkhart
Hello, As mentioned in the other thread, I have built pythonnet with VS2012 for a 64-bit Python installation and using .NET 4 assemblies. Things seem to work well. However, I just tried to `import numpy` and all hell broke loose... the reason I pursued pythonnet was because I thought it would all