ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
350 stars 35 forks source link

Document multiprocessing limitations with GUIs on OSX #120

Closed ronaldoussoren closed 3 years ago

ronaldoussoren commented 11 years ago

Original report by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


ronaldoussoren commented 3 years ago

Python 3.8 and later already do the right thing w.r.t. MP models, and work with py2app (see #358)