I'm on a linux machine that needs to use windows drivers to talk to a piece of hardware. I'm using ctypes.windll to interact with with the driver in a python process run via wine. I'd like to be able to pass messages to this wine-python process from another python process just running natively. Any ideas where I might start?
Asked
Active
Viewed 25 times
1
-
hm. *Any* message passing library, maybe? Like Sockets, zeroMQ, FIFO file IO, ICE,... – Marcus Müller Feb 21 '16 at 16:28
-
The answer provided there has the wine-based process establish a networked server that receives commands and sends output to a native client – Mike Lawrence Feb 21 '16 at 16:38
-
Mike, Awesome! I think you might just want to close this question yourself, write your application, and maybe even come back and self-answer your question later on, if you find out something new (self-answering questions is explicitely encouraged around here)! – Marcus Müller Feb 21 '16 at 16:39