Re: [Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-06 Thread Jean-François MAUREL
Le 06/09/2010 08:27, Jean-François MAUREL a écrit : >Hi everyone, > > I get the error: 'DLL load failed' when loading numpy in embedded > python. I could not find a solution in the archive. > Any help appreciated. > > I have written a test as follows (borrowed from an other post): > #include

Re: [Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-06 Thread Jean-François MAUREL
Le 06/09/2010 12:19, Jean-François MAUREL a écrit : >Le 06/09/2010 09:26, Jean-François MAUREL a écrit : >> Le 06/09/2010 09:07, Christoph Gohlke a écrit : >>> Your test program worked for me. Try opening the file test.exe with >>> Dependecy Walkerand

Re: [Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-06 Thread Jean-François MAUREL
Le 06/09/2010 09:26, Jean-François MAUREL a écrit : >Le 06/09/2010 09:07, Christoph Gohlke a écrit : >> Your test program worked for me. Try opening the file test.exe with >> Dependecy Walker and see which DLLs >> are found or missing. >> >> Christoph > Tha

Re: [Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-06 Thread Jean-François MAUREL
Le 06/09/2010 09:07, Christoph Gohlke a écrit : > > Your test program worked for me. Try opening the file test.exe with > Dependecy Walker and see which DLLs > are found or missing. > > Christoph Thank you, i will try this one regards -- Jean-François MAUREL

Re: [Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-06 Thread Jean-François MAUREL
Le 06/09/2010 08:45, David Cournapeau a écrit : > Could you get a more detailed log (looking into one of myriad logging > system in windows) ? It should say why the dll fails loading (missing > function, file not found, etc...). > > cheers, Thank you for your quick answer. Unfortunately no succes

Re: [Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-06 Thread Christoph Gohlke
On 9/5/2010 11:27 PM, Jean-François MAUREL wrote: >Hi everyone, > > I get the error: 'DLL load failed' when loading numpy in embedded > python. I could not find a solution in the archive. > Any help appreciated. > > I have written a test as follows (borrowed from an other post): > #include >

Re: [Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-05 Thread David Cournapeau
On Mon, Sep 6, 2010 at 3:27 PM, Jean-François MAUREL wrote: >  Hi everyone, > > I get the error: 'DLL load failed' when loading numpy in embedded > python. I could not find a solution in the archive. > Any help appreciated. Could you get a more detailed log (looking into one of myriad logging sys

[Numpy-discussion] dll load failed when loading numpy in embedded python

2010-09-05 Thread Jean-François MAUREL
Hi everyone, I get the error: 'DLL load failed' when loading numpy in embedded python. I could not find a solution in the archive. Any help appreciated. I have written a test as follows (borrowed from an other post): #include #include #include int load(){ PyObject *errobj, *errdata, *er