From: Jonathan B. <jbr...@ea...> - 2004-05-18 02:06:05
|
On Mon, 2004-05-17 at 11:26, Zbigniew wrote: > Windows question: > how to get rid of that black useless window > behind visual display (also Tkinter). > I know py2exe can generate non dos exe, > but how to achieve that on script level? > > regards > Try using the pythonw.exe executable rather than python.exe. HTH, Jonathan Brandmeyer |