ey aren't really relevant
Alan G.
kimbol
- Original Message -
From: "Alan Gauld" <[EMAIL PROTECTED]>
To:
Sent: Monday, April 28, 2008 2:18 AM
Subject: Re: [Tutor] [tutor] how to call GSL function from python using
ctype
>
> "Kimbol Zhang" <[EM
"Kimbol Zhang" <[EMAIL PROTECTED]> wrote
i'm trying to call the function from GSL by ctype ,
Any reason why you aren't using PyGSL or PyMix?
Is there something in GSL that they don't give you?
Alan G
___
Tutor maillist - Tutor@python.org
http:
i'm trying to call the function from GSL by ctype , the interface.
while it seems i need to install some package from GSL.
ef=cdll.libgsl.gsl_sf_erf
above line gives below error :
ef=cdll.libgsl.gsl_sf_erf
File "C:\Python25\lib\ctypes\__init__.py", line 423, in __getattr__
dll = self._dll