Changes between Initial Version and Version 1 of Ticket #64513


Ignore:
Timestamp:
Jan 26, 2022, 1:27:02 AM (2 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64513

    • Property Summary changed from Installed port fails to diffuse fails to run: AttributeError: 'NoneType' object has no attribute 'get_width'
  • Ticket #64513 – Description

    initial v1  
     1{{{
    12/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
    23  warnings.warn(str(e), _gtk.Warning)
     
    3435    w, h = p0.get_width(), p0.get_height()
    3536AttributeError: 'NoneType' object has no attribute 'get_width'
     37}}}