mherrmann / fbs-tutorial

Tutorial for creating Python/Qt GUIs with fbs
https://build-system.fman.io
GNU General Public License v3.0
1.95k stars 161 forks source link

readme.md // download link outdated #49

Closed ChrisOKay closed 3 years ago

ChrisOKay commented 3 years ago

The download link in the readme.md seems to be incorrect/outdated. In this zip, there is no requirements.txt, no src folder, just a plain main.py. I guess this is not intended and should rather point to the current version of the tutorial? I don't know how to link to the latest version without releases, elsewise I would change it directly.

... on second thought, the whole tutorial seems to be outdated and non-functional? requirements.txt requires fbs==0.1.0 instead of 0.9.0? main.py inside main/python/tutorial imports tutorial.application_context, so it should rather be in main/python...? I am confused.

mherrmann commented 3 years ago

The version of README.md you are referring to is old and indeed broken. Please refer to the latest one, which you can find displayed at https://github.com/mherrmann/fbs-tutorial.