error-message

Need help with KeyError when building epydoc files for project

I have a pylons project with an extensive set of functional tests that I want my manual QA's to be able to read from time to time, so I'm using epydoc to build out the html pydocs on the functional test modules. It seems to be working fine. It generates the docs, and I can navigate through them without any apparent problems. However, ...

AS3 trace, specially errors message to a textbox

I'd like to be able to redirect the traces, and even more then traces the flash error reports to a text-box inside my flash app, so I can see the bug report in a computer that doesn't have flash-player debugger version or flashbug installed. Any error message that comes on in my app should show in this textbox. How can I do this? ...

How to prevent error pop-up message box for failed program (.exe) when running batch file

I'm running a test script from batch file. Because it is test, the programs are expected to fail once in a while. It is file as long as error code is returned so I can continue and mark specific test as failed. However there is very annoying behavior of executable files under Microsoft Windows - if something fails it pop-ups window lik...