Re: [Tutor] [tutor] how to call GSL function from python using ctype

2008-04-28 Thread ALAN GAULD
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

Re: [Tutor] [tutor] how to call GSL function from python using ctype

2008-04-28 Thread Alan Gauld
"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:

[Tutor] [tutor] how to call GSL function from python using ctype

2008-04-27 Thread Kimbol Zhang
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