Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~14.9K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for AutoPython

If you are using cx_freeze to freeze your python app, then you need to use a distutils script as follows, just save this as setup.py (changing the name of the script you want to freeze), then run as python setup.py build, and you will have an app without the console …

Member Avatar for sheeps
0
15K

The End.