not sure but i do i have pyqt5 installed
Opened this issue · 0 comments
xanth@xanths-box:$ fgmk$
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
File "/home/xanth/.local/bin/fgmk", line 8, in
sys.exit(main())
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/main.py", line 86, in main
mw = Editor.MainWindow(mw_arg)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/Editor.py", line 354, in init
self.FancyWindow(self)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/Editor.py", line 490, in FancyWindow
self.myPaletteWidget = tile_palette_wdgt.PaletteWidget(self, self.myTileSet)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/dock/tile_palette_wdgt.py", line 33, in init
self.drawPalette(tileSetInstance)
File "/home/xanth/.local/lib/python3.10/site-packages/fgmk/dock/tile_palette_wdgt.py", line 57, in drawPalette
self.Grid.addWidget(self.PaletteTileList[-1], i / 6, i % 6)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): too many arguments
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = Qt.Alignment()): argument 2 has unexpected type 'float'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = Qt.Alignment()): argument 2 has unexpected type 'float'
xanth@xanths-box: