-
Replied To a Post in passing x value between two python files in network
Can I do it with udpsocket ? -
Liked / Shared passing x value between two python files in network
Hi guys : Any help with this please! script1.py in 192.168.1.10 x = 10 script2.py in 192.168.1.20 if x == 10: print x else: print "sorry" how can apply this … -
Replied To a Post in passing x value between two python files in network
I mean when I executed script1.py which contain json-rpc command to execute script2.py in network but I want to send x value with it..this is how to do it? script1.py … -
Created passing x value between two python files in network
Hi guys : Any help with this please! script1.py in 192.168.1.10 x = 10 script2.py in 192.168.1.20 if x == 10: print x else: print "sorry" how can apply this … -
Began Watching passing x value between two python files in network
Hi guys : Any help with this please! script1.py in 192.168.1.10 x = 10 script2.py in 192.168.1.20 if x == 10: print x else: print "sorry" how can apply this … -
Replied To a Post in Passing variables from one script to another
Hi guys : Any help with this please! script1.py in 192.168.1.10 x = 10 script2.py in 192.168.1.20 if x == 10: print x else: print "sorry" how can apply this … -
Began Watching Passing variables from one script to another
[B]Hi all.. I need to do a condition check in a script. The same condition check needs to be repeated in another script. So, I am looking for a way, …
The End.