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
1 Posted Topic
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 …
The End.
sheeps