Re: Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries

2005-09-28 Thread Fredrik Lundh
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

Re: Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries

2005-09-28 Thread Berthold Höllmann
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

Re: Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries

2005-09-27 Thread Peter Hansen
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

Re: Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries

2005-09-27 Thread Benji York
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

Re: Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries

2005-09-27 Thread Berthold Höllmann
"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

Re: Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries

2005-09-27 Thread F. Petitjean
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

Python 2.4 under WinXP, free VC71 toolkit and VC6 libraries

2005-09-27 Thread Berthold Höllmann
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).