flask-desktop
flask-desktop copied to clipboard
flask-desktop lets you create first class desktop applications in Python with HTML/CSS
Bumps [flask](https://github.com/pallets/flask) from 1.0 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
when I execute app.py i get `Exception in thread Thread-1: Traceback (most recent call last): Command: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe --user-data-dir=C:\Users\Thomas\AppData\Local\Temp\flaskwebgui --new-window --no-first-run --start-maximized --app=http://127.0.0.1:50321 File "C:\Program Files\Python310\lib\threading.py", line 1009, in...
This fixes following error during pip install: ``` ERROR: Could not find a version that satisfies the requirement PySide2==5.15.2 (from webui) (from versions: 0.0.0a1, 5.11.0, 5.11.1, 5.11.2, 5.12.0, 5.12.1, 5.12.2,...
I've set this up using flit and pyproject.toml so it can be published to pypi inline with PEP517. I tested this using the test.pypi site and it all seemed to...
Here is a dependency problem that I am facing while trying to install on Ubuntu. ``` Collecting webui Using cached WebUI-0.1.7.zip (4.5 kB) Requirement already satisfied: click>=7.1.2 in /home/xcodz/.local/lib/python3.8/site-packages (from...
when i use send_from_directory or send_file i have this error [7252:8536:0112/182339.125:ERROR:extension_function_dispatcher.cc(487)] Permission denied for metricsPrivate.recordValue the file i want download is an pdf and show it, but the download option...
I am using Debian 10, and cannot get flask-desktop to work. Running ``` pip install git+git://github.com/widdershin/flask-desktop.git ``` and it gives me the next output ``` Collecting git+git://github.com/widdershin/flask-desktop.git Cloning git://github.com/widdershin/flask-desktop.git to...
How would I go about setting the Icon and Name for the window?
Hi everyone. I'm the original author of `flask-desktop`, but since I've created this library I no longer actively work in the Python ecosystem. I have too much on my plate...