On Freitag, 8. April 2011, rob wrote: > Hi, I have begun to use Python on and off. > > I am currently looking at Eric as an IDE. > > > > I am currently having an issue with the run script. > > When I wish to run a project or script I get a run script dialog box. I > can click OK and it runs the app, but is there any way to avoid that dialog > appearing?
No, because it is the last (and only) chance to configure the run of your script (e.g. commandline args, working dir, ...). > > > > I understand that once run, it is possible to use restart script, or F4. > > Currently using Eric5 on Windows, but also use on Ubuntu. > > > > Thanks > > Robert -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
