-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load local setting #384
Comments
Hey @enokoneko are you sure you have permission to read the file you are trying to load? And if so, can you please provide that file? |
Hi @eoyilmaz I also met this problem. I tried ref icc file come with argyllcms and also the display p3 icc from https://www.color.org/chardata/rgb/DisplayP3.xalter and have the same result. I'm using windows 11 + python 3.11.9 + pypi version of displaycal 3.9.12. |
I'm going to release DisplayCAL 3.9.13 soon (may be today), please try it and report if the proplem still exists. |
Okay I can reproduce this with DisplayCAL 3.9.14.dev + Python 3.13 : Ready.
Setting up scripting host at 127.0.0.1:15411
Check for application update...
DisplayCAL is up-to-date.
ArgyllCMS is up-to-date.
NoneType: None
┌──────────────────────────────────────────────────────────────────────────────┐
│ Traceback (most recent call last): │
│ File │
│ "/Users/eoyilmaz/Documents/development/displaycal-py3/DisplayCAL/display_cal.py", │
│ line 17777, in load_cal_handler │
│ ti3_lines = [line.strip() for line in cal] │
│ ^^^ │
│ UnboundLocalError: cannot access local variable 'cal' where it is not │
│ associated with a value │
└──────────────────────────────────────────────────────────────────────────────┘
NoneType: None
┌──────────────────────────────────────────────────────────────────────────────┐
│ Traceback (most recent call last): │
│ File │
│ "/Users/eoyilmaz/Documents/development/displaycal-py3/DisplayCAL/display_cal.py", │
│ line 17777, in load_cal_handler │
│ ti3_lines = [line.strip() for line in cal] │
│ ^^^ │
│ UnboundLocalError: cannot access local variable 'cal' where it is not │
│ associated with a value │
└──────────────────────────────────────────────────────────────────────────────┘ |
[#384] Updated `DisplayCAL.display_cal.MainFrame.load_cal_handler()` …
Describe the bug
UI worked but cannot load local setting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Load the setting so I can modify the icc profile manually and save it. Because I don't have an instrument.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: