On Freitag, 13. Mai 2011, Guillermo Siliceo wrote: > Hello, i want to start using Eric to develope for python i would like to > redirect all stdout to the python interpreter embeded on Eric, i haven't > found how,
config dialog, debugger, Python or Python3 page, second last option > right now im running my scripts using the Execute script > configured with just the word python and my projects path. I wish i could > run my projects with the internal intepreter also. Just open your script in the editor and use the run/debug/... script actions (Start menu or Start toolbar) > And one little annoyance, when code throws an exception on the embeded > interpreter i get a little window warning me about it, is there a way to > avoid this? When you use the a.m. actions you will see a dialog to enter some start options. One of these deal with exception reporting. If you disable it, only unhandled exceptions will be shown. > if its necessary for this last request i could edit code, i've > been learning PyQt and i wouldnt mind getting my hands dirty if necessary. > Thanks Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
