Changes between Initial Version and Version 1 of Ticket #64513
- Timestamp:
- Jan 26, 2022, 1:27:02 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64513
-
Property
Summary
changed from
Installed port fails
todiffuse fails to run: AttributeError: 'NoneType' object has no attribute 'get_width'
-
Property
Summary
changed from
-
Ticket #64513 – Description
initial v1 1 {{{ 1 2 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display 2 3 warnings.warn(str(e), _gtk.Warning) … … 34 35 w, h = p0.get_width(), p0.get_height() 35 36 AttributeError: 'NoneType' object has no attribute 'get_width' 37 }}}