472,096 Members | 1,186 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

py2exe command prompt whenr run

HY!

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, and is there any other way of porting my
applications on windows?
Thanks!
Jan 3 '08 #1
1 1647
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/pyt...er/241319.html

</F>

Jan 4 '08 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by sarmin | last post: by
5 posts views Thread by Tim Axtelle | last post: by
1 post views Thread by Funduk | last post: by
8 posts views Thread by PipedreamerGrey | last post: by
1 post views Thread by David | last post: by
2 posts views Thread by josh001 | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.