Displaycal startup issue

Home Forums Help and Support Displaycal startup issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16512

    Klaas Wiedijk
    Participant
    • Offline

    Good day everyone,

    Since an update (PCLinuxOS) Displaycal won’t start anymore, here’s the according message:

    “UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xb2′ in position 80: ordinal not in range(128)

    Traceback (most recent call last):
    File “/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py”, line 16762, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
    File “/usr/lib64/python2.7/site-packages/DisplayCAL/DisplayCAL.py”, line 15543, in setup_frame
    app.frame = MainFrame(self.worker)
    File “/usr/lib64/python2.7/site-packages/DisplayCAL/DisplayCAL.py”, line 1383, in __init__
    self.setup_language()
    File “/usr/lib64/python2.7/site-packages/DisplayCAL/DisplayCAL.py”, line 1938, in setup_language
    if cal == getcfg(“calibration.file”, False) and getcfg(“settings.changed”):
    File “/usr/lib64/python2.7/site-packages/DisplayCAL/config.py”, line 1334, in getcfg
    (not os.path.isabs(value) or not os.path.exists(value))):
    File “/usr/lib64/python2.7/genericpath.py”, line 18, in exists
    os.stat(path)
    UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xb2′ in position 80: ordinal not in range(128)”

    Anyone? Thanks in advance!, cheers, Klaas.

    #16513

    Florian Höch
    Administrator
    • Offline

    It seems you are using a non-unicode build of python (very uncommon! u’\xb2′ is superset 2, or the ‘squared’ symbol, btw). That is not supported.

    #16535

    Klaas Wiedijk
    Participant
    • Offline

    Thanks Florian, I’ll put it in the PCLinuxOS forums.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Log in or Register

Display Calibration and Characterization powered by ArgyllCMS