>> Q: > >> > >> (i) Does anyone see any output from the PyErr_Print() calls? > > Try using a tool like Debug Viewer available from Microsoft. If > PyErr_Print() is anything like wxLogXXX(), on Windows the output is sent > to the OutputDebugString() function which does not end up on stdout. > You can find the debug viewer here: > > http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx > > You must run the debug viewer as Administrator in order to see the > debugging strings. > > GDB reports OutputDebugString() too on Windows. For example, I see output from the wxLogXXX() function that reports setting the KISYSMOD environment variable. I suspect PyErr_Print() just pipes to stderr or stdout.
Thanks, Brian.
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp