On Mon, 12 Sep 2005, Alan G wrote:
> > def run_mame_selection(selection): > > os.system("C:\\mame096b\\mame.exe"+""+selection) Hi Max, If you're getting really stuck here, skip below for a hint. Hint: in the defintion of run_mame_selection, there's some string concatenation going on here: ###### def run_mame_selection(selection): os.system("C:\\mame096b\\mame.exe"+""+selection) ###### Why the empty string? Best of wishes! _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor