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 list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pygsl-discuss

Reply via email to