Calling a script from wxpython and sending user input data during the run -
i writing gui quadrotor simulator using wxpython. trying call main program button click calls script main.py sending initial data, while keeping gui responsive , send user input data main script. there simple way achieve without sending information through socket?
if want communicate between 2 separate scripts, socket server 1 of easiest ways go. wrote tutorial on topic here:
you use other server backends if need more robust. if want advanced, might want @ rabbitmq, think that's overkill project.
Comments
Post a Comment