http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/508069dc48b2f3bcb335d0056359e6f82a2d779b
Thread ( target = getattr ( self , tname ) , args = ( cmd , check ) ) t = threading . Thread ( target = getattr ( self , tname ) , args = ( cmd , ) ) t . daemon = True t . start ( ) Msg_r ( ' \b ' ) # blocks w/o this...crazy if self . platform == ' win ' : Msg_r ( ' \b ' ) # blocks w/o this...crazy return True def exec_cmd_win_console ( self , cmd , check ) : def exec_cmd_win_console ( self , cmd ) : from subprocess import Popen , CREATE_NEW_CONSOLE , STARTUPINFO ,...