Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

not sure but i do i have pyqt5 installed #15

Open
develperbayman opened this issue Mar 2, 2024 · 0 comments
Open

not sure but i do i have pyqt5 installed #15

develperbayman opened this issue Mar 2, 2024 · 0 comments

Comments

@develperbayman
Copy link

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:
$

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant