jamesbowman / i2cdriver

I2CDriver open source tools
https://i2cdriver.com/
BSD 3-Clause "New" or "Revised" License
187 stars 57 forks source link

Python GUI crashes #4

Closed lakidd closed 5 years ago

lakidd commented 5 years ago

When running the python gui I get

Traceback (most recent call last): File "./i2cgui.py", line 215, in <module> f = Frame() File "./i2cgui.py", line 99, in __init__ devgrid = wx.GridSizer(14, 8) TypeError: GridSizer(): arguments did not match any overloaded call: overload 1: not enough arguments overload 2: argument 2 has unexpected type 'int' overload 3: not enough arguments overload 4: not enough arguments

Has GridSizer in wxPython changed ?

jamesbowman commented 5 years ago

Confirmed fixed on wx. Closing.