mherrmann / fbs-tutorial

Tutorial for creating Python/Qt GUIs with fbs
https://build-system.fman.io
GNU General Public License v3.0
1.95k stars 161 forks source link

Tutorial app crashes with Python3.7 / macOS 10.13.5 #14

Closed komodovaran closed 5 years ago

komodovaran commented 5 years ago

Following the tutorial verbatim works fine until an .app is created, which crashes on launch.

python3 -m fbs run works fine though.

mherrmann commented 5 years ago

Only Python 3.5 is supported. From the README:

You need Python 3.5. (Later versions may work as well, but are not officially supported.)

Does the crash also occur for you with Python 3.5?

mherrmann commented 5 years ago

Closing due to inactivity.