Berthold Höllmann wrote:
> OK, then. ctypes works under Linux and Solaris. But before I even
> think about converting my code to ctypes (and convert lots of Linux
> libraries from static to dynamic libraries), would the conversion
> really address my problem? As I understand it, if there is an
> i
Peter Hansen <[EMAIL PROTECTED]> writes:
> Berthold Höllmann wrote:
>> As I understand it, ctypes is not really a solution. The code is about
>> data handling and FE analysis. It has not GUI component. I'm not sure
>> how well ctypes works with Numeric arrays, but I'm sure ctypes does
>> not work
Berthold Höllmann wrote:
> As I understand it, ctypes is not really a solution. The code is about
> data handling and FE analysis. It has not GUI component. I'm not sure
> how well ctypes works with Numeric arrays, but I'm sure ctypes does
> not work on Linux and Solaris, but my code has to.
Neith
Berthold Höllmann wrote:
> I'm sure ctypes doesnot work on Linux and Solaris, but my code has
> to.
I've used ctypes to great effect on Linux.
--
Benji York
--
http://mail.python.org/mailman/listinfo/python-list
"F. Petitjean" <[EMAIL PROTECTED]> writes:
> Le Tue, 27 Sep 2005 17:48:47 +0200, Berthold Höllmann a écrit :
>> I have wrapped some inhouse libraries for Python.
> How ? Directly coding C code ?
Depends :-) f2py, directly coding C, SWIG.
>> The development team
>> uses VC6 and DF6.1 for developm
Le Tue, 27 Sep 2005 17:48:47 +0200, Berthold Höllmann a écrit :
> I have wrapped some inhouse libraries for Python.
How ? Directly coding C code ?
> The development team
> uses VC6 and DF6.1 for development of these libraries under WinXP.
DF6.1 is Digital FORTRAN 6.1 ?
> I
> would like to wrap the
I have wrapped some inhouse libraries for Python. The development team
uses VC6 and DF6.1 for development of these libraries under WinXP. I
would like to wrap the libraries for Python and use the official Win
Python from python.org. Now I get a segmentation fault in (access
violation in NTDLL.DLL).