[Tutor] is this doable
Alan Gauld
alan.gauld at yahoo.co.uk
Sat Jun 1 02:56:23 EDT 2019
On 01/06/2019 00:13, Alan Gauld via Tutor wrote:
> Is the language C/C++? If so you may know the OS API calls needed
> and you could access those directly from Python using ctypes....
> That might make your job more familiar and easier.
I meant to add a nod to Mark Hammond's win32 package too.
It includes a process control module with access to most
of the Win32 API for process control, which might be
simpler than using ctypes to call the raw C API
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list