SMALLp wrote:
> I'm using py2exe to port my applications on windows so user won't have 
> to install python and other dependencies. Everything works file except 
> when i run any of programs it star's command prompt before program starts.
> 
> How can i avoid this to happen

use windows= instead of console= in your setup script. or pass in the 
corresponding option to the setup.py command; see e.g.

http://mail.python.org/pipermail/python-list/2003-December/241319.html

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to