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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -