> it's just an exercise for using 3rd party software. > do you mean GSL is better than pygsl or pyMix?
No, PyGSL is a Python interface to GSL so you don't need to use ctypes. PyMix is similar but offers more than just GSL. But if you actually want experience of ctypes then they aren't really relevant Alan G. kimbol ----- Original Message ----- From: "Alan Gauld" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, April 28, 2008 2:18 AM Subject: Re: [Tutor] [tutor] how to call GSL function from python using ctype > > "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 - [email protected] > http://mail.python.org/mailman/listinfo/tutor > _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
