Traumflug / Teacup_Firmware

Firmware for RepRap and other 3D printers
http://forums.reprap.org/read.php?147
GNU General Public License v2.0
310 stars 198 forks source link

python error when trying to open configtool.py #317

Closed rallekralle11 closed 5 years ago

rallekralle11 commented 5 years ago

Traceback (most recent call last):

File "configtool.py", line 185, in

StartGui(getSettings())

File "F:\Teacup_Firmware-master\configtool\gui.py", line 615, in StartGui

frame = ConfigFrame(settings)

File "F:\Teacup_Firmware-master\configtool\gui.py", line 72, in init

self.pgPrinter = PrinterPanel(self, self.nb, self.settings)

File "F:\Teacup_Firmware-master\configtool\printerpanel.py", line 47, in init

self.pgMech = self.registerPage(MechanicalPage, "Mechanical")

File "F:\Teacup_Firmware-master\configtool\printerpanel.py", line 59, in registerPage

font = self.settings.font, **kwargs)

File "F:\Teacup_Firmware-master\configtool\mechanicalpage.py", line 65, in init

sz.AddSpacer((10, 10), pos = (0, 0))

TypeError: Sizer.AddSpacer(): argument 1 has unexpected type 'tuple'

Wurstnase commented 5 years ago

Duplicate of https://github.com/Traumflug/Teacup_Firmware/issues/281