Open cherylli opened 4 years ago
pyinstaller -y -F --noupx --log-level DEBUG --debug all --hidden-import PyQt5 "{Path}/video-downloader/youtubedl/gui.py"
So I generate the .exe with that for win?
pyinstaller -y -F --noupx --log-level DEBUG --debug all --hidden-import PyQt5 "{Path}/video-downloader/youtubedl/gui.py"
So I generate the .exe with that for win? Sorry thats old. Please refer to the other comment with google drive links. I put the spec file and the generated exe in there. sample command to use spec file,
pyinstaller "C:\Documents and Settings\project\myscript.spec"
I tried the spec you provided, but had no success. I'll try other options.
I believe we could leave it that way for now, and check this project later...
https://github.com/python-poetry/poetry
It's in active development and provides a complete solution.
could be because my config only works in windows? Yeah we can still look at other options
python -m PyQt5.uic.pyuic -x youtubedl/ui/qt.ui -o MainWindow.py