[ctypes-users] jython
by Axel Seibert other posts by this author
Nov 3 2005 3:12AM messages near this date
RE: [ctypes-users] Re: jython
|
RE: [ctypes-users] jython
Dear list!
For accessing DLLs from python Thomas provides us with ctypes.
For accessing DLLs from jython/java, there is JNI. From what I've seen on
the web, from a user's point of view, they look quite similar, in other
words you load the DLL, define the c structures as classes and go ahead.
I wonder if anybody has thought or maybe even implemented a layer that will
enable a ctypes programm to run in jython, using the JNI approach? I could
very well imagine that by modifying the
xml2py script one could auto-gerenate the stub code for jython as well. Only
problem is, that
I don't speak java.
Any thoughts?
Thanx,
Axel
Attachments:
unknown1
unknown2
Thread:
Axel Seibert
Bradley Schatz
|