I want to create a GUI application which should work on Windows and Mac. For this I\'ve chosen Python.
The problem is on Mac OS X.
There are 2 tools
PyInstaller will automatically create bundles under Mac OSX for windowed executables. When running ypinstaller.py, make sure to pass the option "--windowed".
This feature is documented in the website of pyinstaller