Re: [Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-02 Thread Ryan Krauss
So, the --verbose option definitely pops up a dos-looking window and prints lots of GIMP related messages, but it doesn't seem to get error messages from Python. I just accidentally tested this with a syntax error in a module of mine that my PyGIMP plugins import. In linux I get this very

[Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-01 Thread Ryan Krauss
So, I have PyGIMP correctly installed in windows (I think). I am trying to port my plug-ins from Linux. One big annoyance is that print doesn't seem to work and error messages that probably go to standard out go no where. I really need those messages to debug. I tried launching gimp from the

Re: [Gimp-developer] debugging and print messages in PyGimp for windows

2009-09-01 Thread Jernej Simončič
On Tuesday, September 1, 2009, 18:16:48, Ryan Krauss wrote: So, I have PyGIMP correctly installed in windows (I think). I am trying to port my plug-ins from Linux. One big annoyance is that print doesn't seem to work and error messages that probably go to standard out go no where. I really