Re: problems getting os.system and wxmenu to read options from a file and then execute

2010-06-27 Thread eric dexter
On Jun 27, 8:18 pm, MRAB wrote: > eric dexter wrote: > > On Jun 27, 5:56 pm, MRAB wrote: > >> eric_dex...@msn.com wrote: > >>> I managed to get the program running and the menu options are > >>> appearing on the list but the programs are not running.  I suspect it > >>> is my onexecutemethod > >>

Re: problems getting os.system and wxmenu to read options from a file and then execute

2010-06-27 Thread MRAB
eric dexter wrote: On Jun 27, 5:56 pm, MRAB wrote: eric_dex...@msn.com wrote: I managed to get the program running and the menu options are appearing on the list but the programs are not running. I suspect it is my onexecutemethod [snip] #add execute files from the text file list

Re: problems getting os.system and wxmenu to read options from a file and then execute

2010-06-27 Thread eric dexter
On Jun 27, 5:56 pm, MRAB wrote: > eric_dex...@msn.com wrote: > > I managed to get the program running and the menu options are > > appearing on the list but the programs are not running.  I suspect it > > is my onexecutemethod > > [snip] > > >         #add execute files from the text file list > >

Re: problems getting os.system and wxmenu to read options from a file and then execute

2010-06-27 Thread MRAB
eric_dex...@msn.com wrote: I managed to get the program running and the menu options are appearing on the list but the programs are not running. I suspect it is my onexecutemethod [snip] #add execute files from the text file list idtool = 400 for e in menuoptions:

problems getting os.system and wxmenu to read options from a file and then execute

2010-06-27 Thread eric_dex...@msn.com
I managed to get the program running and the menu options are appearing on the list but the programs are not running. I suspect it is my onexecutemethod # Get the GUI stuff import wx # We're going to be handling files and directories import os menufile = open('menufile.txt','r') # Set up some b