fbs
fbs copied to clipboard
Create Python GUIs with Qt in minutes
ashutosht@ashutosh-kde:~/Documents/PyQT_Projects/Notepad_PX$ fbs freeze The free version of fbs only supports Python 3.5 and 3.6. Please obtain fbs Pro from https://build-system.fman.io/pro. I tried everything like installing python 3.5.9 but it didn't...
fbs currently lets you create `.deb`, `.rpm` and `.pkg.tar.xz` packages for Ubuntu, Fedora and Arch Linux, respectively. People also often ask about support for creating AppImages. My goal is for...
I have a `main.py` script that does use `ApplicationContext` that works fine using both `fbs run` and `fbs freeze`. If I run `pyarmor obfuscate main.py` and move the files and...
Well, the header says it all. Is this intended or am I missing something? (Works fine on Mac.) Bouke
OS==Windows 10 Home. Python==3.6.7 fbs==0.8,4 PyInstaller==3.4 PyQt5==5.9.2 I've frozen my app and everything works. I ran ```pip install fbs[upload]``` and registered an fbs account. When I run ```fbs release``` it...
I have a Windows/Mac application that makes heavy use of ffmpeg, and I would like to avoid making end users install it themselves (its pretty simple, but users may not...
Hi, Have you had a chance to add auto-update support for MacOS and Windows? If not, can you please recommend a package that works well with fbs.
As per: https://github.com/mherrmann/fbs/blob/bd93efba6f9c515416035c42bfe84d04cb1fc454/fbs/freeze/windows.py#L40-L52 Missing DLL's for redist 2010, 2012, and 2015 points the user to download only the 2012 version. MSVCR100 refers to 2010. MSVCR110 is 2012. MSVCR140 is 2015...
I want to freeze app like "pyinstaller xxxx.spec"~
* Your operating system(s): macOS Catalina 10.15.7 * Your Python version: 3.6.12 * Your fbs version: 0.9.0 * Your PyInstaller version: 3.4 * Your PyQt5 / PySide2 version: PyQt5 5.9.2...