vladovi at atlas.cz wrote: > I tried this before, but couldn't find a way to hide console output. Is this on Windows? If so, are you using pythonw.exe? python.exe uses or creates a console window while pythonw.exe does not. Note that this is a generic python on win32 question and is not specific to pygtk. Cheers, John