Hi Christopher,

> I have installed pygsl on my system with no errors seen during
> installation and if I try to run python and import say, pygsl.rng, I
> get:

I think I had recently seen this as well on a recent system. IIRC, the  
problem is that python does not find libgsl.dylib at all and the error  
message is wrong... Can you start normal executables dynamically  
linked against GSL?
Make sure DYLD_LIBRARY_PATH is set up correctly.

Sorry, if all this is wrong, it's from vague memory of recent events...

> ---------
> 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 "/Library/Python/2.5/site-packages/pygsl/__init__.py", line
> 57, in <module>
>     import pygsl.init
> ImportError: dlopen(/Library/Python/2.5/site-packages/pygsl/init.so,
> 2): Symbol not found: _gsl_version
>   Referenced from: /Library/Python/2.5/site-packages/pygsl/init.so
>   Expected in: flat namespace
>  in /Library/Python/2.5/site-packages/pygsl/init.so
> ---------
>
> I'm not in the build directory, and the same error pops up when I try
> to run the tests in the tests directory. I'm using python2.5 on Mac OS
> X.6.1, and gsl version 1.13.
>
> Thanks.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart  
> your
> developing skills, take BlackBerry mobile applications to market and  
> stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register  
> now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> pygsl-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pygsl-discuss


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
pygsl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pygsl-discuss

Reply via email to