Fortran-compiled DLLs in Python

Luca Simonetti simonettil at tiscali.it
Thu May 27 09:36:26 EDT 2004


Hi Thomas!
an answer from the true creator of the ctypes module - nice!
anyway, we tried implementing your solution and got the following
Traceback Error:

>>>h2o.WATER(c_double(40.0), c_double(1.0), c_int(2),byref(dierr), byref(sig), prop)

Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
WindowsError: exception: access violation

which would seem to be the classical exception raised through a failed
function call...?

allthebest

luca (+stephen)




-- 
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG



More information about the Python-list mailing list