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] <mailto:[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


--
+---------------------------------------------------------------------+
  Pierre Schnizer<[email protected]>
  Telephon : +49 6159 71 1557
  Fax      : +49 6159 71 3099

GSI Helmholtzzentrum für Schwerionenforschung GmbH
Planckstraße 1
D-64291 Darmstadt
www.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