Skip to content
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

Error when trying to open Preferences #872

Open
Unichronic opened this issue Jan 4, 2025 · 0 comments
Open

Error when trying to open Preferences #872

Unichronic opened this issue Jan 4, 2025 · 0 comments

Comments

@Unichronic
Copy link

There is a error when trying to open preferences. To reproduce click on the settings icon on the task bar or Go to Option > Preferences.

Traceback (most recent call last):
  File "C:\Users\user\invesalius3\invesalius\gui\frame.py", line 584, in OnMenuClick
    self.ShowPreferences()
  File "C:\Users\user\invesalius3\invesalius\gui\frame.py", line 745, in ShowPreferences
    preferences_dialog = preferences.Preferences(self, page)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\user\invesalius3\invesalius\gui\preferences.py", line 42, in __init__
    self.visualization_tab = VisualizationTab(self.book)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\user\invesalius3\invesalius\gui\preferences.py", line 166, in __init__
    self.conf = dict(self.session.GetConfig("mep_configuration"))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant