Demo folder not found pyqtdeploy

345 Views Asked by At

I am trying to deploy my pyqt project using pyqtdeploy using this https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/demo.html But i didn't found demo folder this is a screenshot of pyqtdeploy folder

2

There are 2 best solutions below

0
On

It seems like they don't include it with the installation anymore, you have to download the folder here

1
On

The demo folder of pyqtdeploy can be found online as Parsa replied.

The demo folder for the version you linked (pyqtdeploy v3.3.0) can be found directly on PyPI.

If you struggle with downloading the demo folder, or following the instructions from pyqtdeploy documentation, I have created a Github repo containing a tutorial to generate a simple PyQt5 cross-platform app. The main tool used in the repo is actually pyqtdeploy.

Here is where the Github Repo can be found.