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

RuntimeError: sys.meta_path must be a list of import hooks, AttributeError: 'NoneType' object has no attribute 'SMALL_ICON_SIZE' #65

Open
quozl opened this issue Dec 20, 2018 · 0 comments · May be fixed by #80

Comments

@quozl
Copy link
Contributor

quozl commented Dec 20, 2018

On Fedora 18 on an XO-4 with Sugar 0.112, the Turtle Blocks 218 logs this on stop;

Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/sugar3/logger.py", line 72, in _except_
    from IPython.ultraTB import AutoFormattedTB
RuntimeError: sys.meta_path must be a list of import hooks

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/sugar3/graphics/icon.py", line 559, in 
ferred_height
    self._sync_image_properties()
  File "/usr/lib/python2.7/site-packages/sugar3/graphics/icon.py", line 536, in 
e_properties
    pixel_size = style.SMALL_ICON_SIZE
AttributeError: 'NoneType' object has no attribute 'SMALL_ICON_SIZE'

No apparent impact.

No other activities log this.

A bisection shows regression introduced by e3f8fa9 GTK3 and GST1.0 port.

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

Successfully merging a pull request may close this issue.

1 participant