fbs-tutorial
fbs-tutorial copied to clipboard
Tutorial for creating Python/Qt GUIs with fbs
I created a directory named `statistics_app`, and use `fbs startproject` to create the initial files. Then I tried `fbs freeze`, The log shows `Done. You can now run `target\statistics_app\statistics_app.exe`. If...
I have been working on notarizing a `fbs` generated `.app` bundle. I know `fbs` currently does not support code signing and notarization, but I would be happy to post what...
"Ubuntu 20.04, python 3.6 in venv" Traceback (most recent call last): File "/home/umang/Desktop/repos/Venv/bin/fbs", line 8, in sys.exit(_main()) File "/home/umang/Desktop/repos/Venv/lib/python3.6/site-packages/fbs/__main__.py", line 17, in _main fbs.cmdline.main() File "/home/umang/Desktop/repos/Venv/lib/python3.6/site-packages/fbs/cmdline.py", line 32, in main...
fbs failed trying to freeze in Linux OS, I believe that it's related with the pyinstaler==3.4. May be, will be good if you change this requirement to a newer or...
tested in Mac, it looks fine.
I am developing an app on windows. I am already check the tutorial of fbs. But I still don't know how to set my own icon to app installer. Thanks
Hello, can't finish creating the application. Command fbs run works. Any idea what should I do? python 3.6.5 PyInstaller==3.4 PyQt5==5.15.2 >fbs installer hdiutil: detach failed - No such file or...
Hi, I've being using fbs with python 3.6 to create an executable. After running the command `fbs freeze` this error came out to me. Even if I have installed Visual...
Qt and PyQT offer extensive functionality for translation or internationalisation of applications, see e.g.: https://www.riverbankcomputing.com/static/Docs/PyQt5/i18n.html I was wondering if a conclusion has been reached yet regarding how best to implement...
I am trying to build a binary executable file out of my trained neural network which used either Tensorflow or Pytorch. But FBS fails to build a package around it...