Closed Mezo1234-beep closed 3 years ago
@JMSwag Please can you help me with this issue? Here is the code structure: |-- project-folder _|-------- _clientconfig.py _____|-------- win.spec _|-------- bin |-------- .pyupdater |-------- pyu-data _|-------- data (where we store images... etc) ___|-------- folder-A (store images... etc) |-------- folder-B (store images... etc) |-------- folder-C (store images... etc) _|-------- Scripts (Where we have the python scripts) ___ |-------- main.py |-------- folder-A (store .py modules) |-------- folder-B (store .py modules) ___|-------- folder-C (store .py modules)
What I did is:
pkg -p -s
So where I do wrong? how to fix it I really get stuck with this and I don't know the source of the problem
I have the following error caused when am running my app.
And here is my code:
I have created the keys correctly and imported them to the init and after am importing the deploy folder to my localhost it caused this problem.
last two days I was working on a small project real small and all was fine, but now after I moved into the big project I had this weird problem and I did the same steps as before.
Python: 3.7.6 PyInstaller: 4.4 PyUpdater: 4.0