Begginer in python trying to load a .dll

Christian Gollwitzer auriocus at gmx.de
Tue Aug 12 15:16:21 EDT 2014


Am 12.08.14 20:36, schrieb c1223:
> Hi, Im working in the development of a program based in python that
> allow us to contrl a spectometer. The spectometer has an .dll file.
> The idea is to work through this dll and operate the spectometer. The
> name of the .dll is AS5216.dll. I've trying with ctype, but it
> doesn't work. I'm begginer in python. All the comments are useful to
> me.

For sure this DLL will come with a header file for C. You could pass it 
through SWIG and see if it generates a useful Python module. You need a 
C compiler for that route, though.

	Christian





More information about the Python-list mailing list