You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first, I would like to thank you for your great effort for help us :)
second, how can I build the project to be ready for use after changing some features such as the below request: ( Add header and sub-header fields to printed tickets #254 )
and the Instructions on the below topic: ( Instructions to compile exe and FQA #7 ) are not clear enough for the non-tech user.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the issue, unfortunately running the project with PyInstaller executables (.exe...) is no longer supported, always been a struggle to get to work across operating systems, and very time-consuming.
The instructions provided in previous comments are certainly very outdated, and most likely won't work without long sessions of debugging, so unless it's an absolute necessity for your use-case, I would highly recommand you to stay away, or probably try a different approach, maybe nuitka
On persisting changes before release, you'll just need to include your data.sqlite file with the project, it should contain all the changes you've made.
Dear Mohamed,
first, I would like to thank you for your great effort for help us :)
second, how can I build the project to be ready for use after changing some features such as the below request: ( Add header and sub-header fields to printed tickets #254 )
and the Instructions on the below topic: ( Instructions to compile exe and FQA #7 ) are not clear enough for the non-tech user.
The text was updated successfully, but these errors were encountered: