how in python do you take one program and have an input that opens another program screen? sry if wording is bad i dont no how to explain
Hmm, you can use pipes to have controlled stdin/out depending on what you want,
if you are developing 2 programs that must communicate you can use sockets+pickle(or any python serializer).
I'm not sure I understand your question though.
like if i have a menu program and some1 selects sumtin how do i get it to go to what they selected?
Hmm, I'm not sure what you want... To open multiple windows or open multiple programs?
if i give a menue and some1 clicks a selection. so to get to the selection isnt that a second program?
You want to run an external program from python, I think. Look here:
Run external program in python - Dev Shed
Python execute External Application. How?
Basically you can use
Code:os.system("myprogram.exe")
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Posted via CodeCall Mobile
oh! I didnt understand the question either, i thought u meant, to have one gui window open another gui window. Haha.
I'm not sure if I understood him right either, but.. Worth a try![]()
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks