I know all too well that if I want to run a Tk app under Windows without the annoying dos window being opened I need to run it via
.
This works fine as far as the Tk app itself does not open an other process as a pipe. If it does so not only a dos window is opened for that process but the Tk app itself crashes(!).
Any thoughts on that? ( Are there alternative ways to get rid of such a dos window? )