Re: [Numpy-discussion] Numpy and debug symbols

2014-07-03 Thread Carl Kleffner
Hi, numpy extensions are linked against python27.dll. I have no idea, if it works to copy python27.dll side by side to python27_d.dll (I guess not). But you can try it anyway. The clean way is to get or compile a debug numpy version linked against python27_d.dll Regards Carll 2014-07-03 12:51

Re: [Numpy-discussion] Numpy and debug symbols

2014-07-03 Thread Carl Kleffner
Hi, to trace this error, you can try to run your programm with the dependency walker http://www.dependencywalker.com/ . In the menu there is a profiling option. With 'Start profiling' you get messages of all accesses to DLLs and Python extensions. Most likely a DLL is not found. Be aware: for 64bi

Re: [Numpy-discussion] Numpy and debug symbols

2014-07-03 Thread Julian Taylor
On Thu, Jul 3, 2014 at 11:14 AM, Pablo Pérez García wrote: > Hello, I'm a newcomer and I have a question I did not manage to solve yet, I > posted it into these two stack-overflow entries: > > http://stackoverflow.com/questions/24529811/compiling-numpy-for-windows-python-2-7-7 > > http://stackover

[Numpy-discussion] Numpy and debug symbols

2014-07-03 Thread Pablo Pérez García
Hello, I'm a newcomer and I have a question I did not manage to solve yet, I posted it into these two stack-overflow entries: http://stackoverflow.com/questions/24529811/compiling-numpy-for-windows-python-2-7-7 http://stackoverflow.com/questions/24548485/using-numpy-on-an-embedded-python-interpre