[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] launching an app from python?




i think on windows you can add the "start" command to os.system and it will get forked off. give it a try and cross appropriate fingers.

os.system("start notepad.exe")
it didnt make any difference. the exe doesnt launch until i quit the python process.

this is the simple test o did, anything wrong with it maybe?

###########
import os

def main():

os.system("start pc_launcher.exe")

while 1:
pass


if __name__ == '__main__': main()
###########


--
enrike ::