Hi, I’m trying to get it to run on my centos 7.x distro but I’m getting this error.
TypeError: Can only concatenate tuple (not “int”) to tuple
Traceback (most recent call last):
File “/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py”, line 14656, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File “/usr/lib64/python2.7/site-packages/DisplayCAL/DisplayCAL.py”, line 16028, in setup_frame
app.frame = MainFrame(self.worker)
File “/usr/lib64/python2.7/site-packages/DisplayCAL/DisplayCAL.py”, line 1455, in __init__
self.set_size(True, True)
File “/usr/lib64/python2.7/site-packages/DisplayCAL/DisplayCAL.py”, line 2127, in set_size
self.MinSize = (minsize + borders_lr, minsize[1] + borders_tb)
TypeError: can only concatenate tuple (not “int”) to tuple
WARNING: Your version of wxPython (2.8.12.0) is outdated and no longer supported. You should consider updating to wxPython 3.0.0 or newer.
I tried to find and install wxPython 3.0.0 but no luck.
Does anyone know how to resolve this?
Thanks,
T