Carl Karsten wrote: >>> added code to create go.sh, a shell script that runs the main py script. >> This shouldn't be needed (just run the main script). Perhaps a chmod 755 >> needs to happen on the generated file though. Also, it won't work on >> Windows, and probably not Mac because pythonw is needed on that platform. > > except that it is a different file name for each app. the idea is I cd into > the > dir and type ./go.sh and go. not have to remember what the app is called, > etc.
Back in the day, we called the main file 'main.py'. Perhaps that should be an appwizard checkbox option, as I can kind of see the logic of having it be a known consistent name. > Not to mention it has an example of how to pass a form to open, and given > the "Frm" thing it took me a bit to figure it out. The main.py script had that example too... >> Also, you forgot to include the spec file for the go.sh file. > > The what? > > I think my confusion is contagious. You didn't do 'svn add spec-go.sh.txt;svn ci' -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
