I just bought the Pro Hobbyist version.
I had written a Python+PyQt5 program (no other dependencies), could run it but not freeze it.
To test my setup I used "fbs startproject" to create the default program and had the excact same problem.
The command "fbs run" opens the default window but "fbs freeze" returna an error message.
This is my setup:
Op sys: macOS 12.6.2
Python: 3.9.1
fbs: 1.1.9
PyInstaller: 5.7.0
PyQt5: 5.15.2
This is the error message returned by "fbs freeze --debug" (same with "fbs freeze --debug"):
(venv) freyr@Freyrs-iMac-2 venv % fbs run
(venv) freyr@Freyrs-iMac-2 venv % fbs freeze
Could not find any of the following files:
* Python
* libpython3.9m.dylib
* Python3
* libpython3.9.dylib
* .Python
I just bought the Pro Hobbyist version.
I had written a Python+PyQt5 program (no other dependencies), could run it but not freeze it.
To test my setup I used "fbs startproject" to create the default program and had the excact same problem.
The command "fbs run" opens the default window but "fbs freeze" returna an error message.
This is my setup:
Op sys: macOS 12.6.2
Python: 3.9.1
fbs: 1.1.9
PyInstaller: 5.7.0
PyQt5: 5.15.2
This is the error message returned by "fbs freeze --debug" (same with "fbs freeze --debug"):