Nuitka: 0.6.8rc5 didn't recognize 'qt-plugins=sensible,styles'

Created on 23 Apr 2020  路  2Comments  路  Source: Nuitka/Nuitka

C:\Users\i\LYYDownloader-dev>python -m nuitka --version
0.6.8rc5
Python: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit (Int
el)]
Executable: C:\Users\i\AppData\Local\Programs\Python\Python36-32\python.exe
OS: Windows
Arch: x86
C:\Users\i\LYYDownloader-dev>python -m nuitka --standalone --mingw64 --remove-ou
tput --enable-plugin=qt-plugins=sensible,styles  LYYDownloader.py --show-progres
s   --include-package=VideoParser --nofollow-import-to=ykdl  --nofollow-import-t
o=PySide2 --windows-disable-console --windows-icon=C:\Users\i\LYYDownloader-dev\
icon256.ico
Error, unknown plug-in 'qt-plugins=sensible,styles' referenced.
invalid

Most helpful comment

If someone, wonders how you actually select the plugins to be included, it's:
--enable-plugin=qt-plugins --include-qt-plugins=sensible,styles

All 2 comments

Parameters to plugins are now passed through actual options. Granted the changelog of the release may not have that yet.

If someone, wonders how you actually select the plugins to be included, it's:
--enable-plugin=qt-plugins --include-qt-plugins=sensible,styles

Was this page helpful?
0 / 5 - 0 ratings