ricko2991

Results 20 comments of ricko2991

hi, as you said I have installed all the dependencies in requirement.txt according to the version. ![Screenshot (48)](https://user-images.githubusercontent.com/67855001/93222829-f3c83100-f7a1-11ea-8c13-1310f601f0f0.png)

is it using python2 or paython3? when I run it an error appears when calling the pyinstaller [2020-09-15 22:26:39]: (ERROR): Builder: A Build failure occurred (2): Call to PyInstaller failed....

Hi, I've tried it on three windows machines 7,8,10 and still can't

hello I've done some testing, now it works, I've tried running it and installed it on another version of windows using a virtual box. It turns out that maybe my...

how can i generate it with python extension only?

Thanks for helping me, I've tried using Main.py. And I'll learn how the code works.

Hi, I tried to use the pyinstaller manually on the console, and when I finished making it the exe file can't be run / opened, what is the GUI /...

Hi, How do I generate Main.spec without being called by pyinstaller first. Shouldn't the pyinstaller run Main.py first before generating Main.spec?

how do i create main.spec manually?

from which main.spec actually appears. How can I edit it if I haven't created it yet. Can you explain it from the code, because I don't understand it when it...