Thanks a lot for the link, I emailed him, as soon as I get anywhere with the
installation, I'll try to post a more detailed write up that hopefully can
help others.

For the record, I think the libraries built with msys and minGW are static,
not DLL - so they should be linked in the .pyd files.

Not sure why it is failing to find the DLL files.

Federico

On Wed, Mar 2, 2011 at 2:28 PM, Pierre SCHNIZER <[email protected]> wrote:

>  Perhaps you can ask the user below?
> Please report if you had success on
> pygsl-discuss so that others can profit from your expierence.
>
> Sincerely yours
>     Pierre
>
> -------- Original Message --------  Subject: RE: [pygsl-discuss] pygsl
> libraries not load  Date: Fri, 25 Feb 2011 19:29:56 +0100  From: Seb P
> <[email protected]> <[email protected]>  To:
> <[email protected]> <[email protected]>
>
> Hello,
>
> I finally succeeded to solve the problem. I just copied the gsl.dll in the
> pygsl directory, everything is working fine currently.
>
> Thank you though for your help and for the interface.
>
> ------------------------------
> Date: Fri, 25 Feb 2011 16:23:21 +0100
> From: [email protected]
> To: [email protected]
> CC: [email protected]
> Subject: Re: [pygsl-discuss] pygsl libraries not load
>
> Bonjour Seb,
>
>     you went a long way.  Its the first time that I hear from someone
> compiling everything
> himself.
>
> Did you install it already?
> Please change to an other directory than the source directory.
> There start python and try to import it. (Thats actually what the
> message is saying).
>
> This obstacle is generated by the layout of the pygsl source tree ....
> So if you managed to compile I guess you will manage that too...
>
>
> Sorry for the late reply, the mailing list stopped you. Please consider
> subscribing.
>
>
> So can you try and send me a mail if the problem persists?
>
> Sincerely yours
>     Pierre
>
>
>  Hello,
> for begginning sorry for my english and thank you for this interface.
>
> I have some trouble to install pygsl 0.9.5 in windows XP 32 bit, python
> 2.7.1 with the last numpy and gsl 1.14.
>
> I compiled gsl 1.14 with MinGw32 and install Pygsl with MinGw32 (python
> setup.py install).
> The Installation work find, the directory pygsl is installed on the
> site-packages directory with everything ( the scrips *.py, compiled script
> *.pyc and the libraries *pyd)
>
> But when I type import pygsl in python it return an error like this:
>
> ------------------------------------------------------------------------------
> Did you try to import pygsl in the build directory?
> Well, that does not work out of the box. If you want to do that, please
> use
>       python setup.py build_ext -i
> to add the necessary extension module in the local pygsl/ directory!
> Please read the README first! Any further questions or missing information
> please post to [email protected]!
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "C:\Python27\lib\site-packages\pygsl\__init__.py", line 57, in
> <module>
>     import pygsl.init
> ImportError: DLL load failed: Le module spÚcifiÚ est
> introuvable.               (#traduction: The specified module could not be
> found)
>
> -------------------------------------------------------------------------------
> But the file init.pyd is in the directory pygsl.
>
> This is a knew problem? Did you have any suggestion?
>
> Thank you in advance.
>
> S.P.
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
>
>
> _______________________________________________
> pygsl-discuss mailing 
> [email protected]https://lists.sourceforge.net/lists/listinfo/pygsl-discuss
>
>
>
> --
> +---------------------------------------------------------------------+
>   Pierre Schnizer  <[email protected]> <[email protected]>
>   Telephon : +49 6159 71 1557
>   Fax      : +49 6159 71 3099
>
> GSI Helmholtzzentrum für Schwerionenforschung GmbH
> Planckstraße 1
> D-64291 Darmstadtwww.gsi.de
>
> Gesellschaft mit beschränkter Haftung
> Sitz der Gesellschaft: Darmstadt
> Handelsregister: Amtsgericht Darmstadt, HRB 1528
>
> Geschäftsführung: Professor Dr. Dr. h.c. Horst Stöcker, Dr. Hartmut Eickhoff
> Vorsitzende des Aufsichtsrates: Dr. Beatrix Vierkorn-Rudolph
> Stellvertreter: Ministerialdirigent Dr. Rolf Bernhardt
> +---------------------------------------------------------------------+
>
>
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
pygsl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pygsl-discuss

Reply via email to