Changes between Initial Version and Version 1 of Ticket #45379


Ignore:
Timestamp:
Oct 14, 2014, 1:13:24 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45379

    • Property Summary changed from matplotlib AttributeError(_static_binding_error) to py27-matplotlib: AttributeError: When using gi.repository you must not import static modules like "gobject".
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to sean@…
    • Property Keywords python removed
    • Property Port py27-matplotlib added; python27 @2.7.8_2+universal removed
  • Ticket #45379 – Description

    initial v1  
    11I'm getting a weird error from matplotlib. This script was a working scrip that I have used many times, and last week after updating all my port definitions, it broke and gave me this error. The trace is as follows:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "graphToolVisualization.py", line 13, in <module>
     
    1516    raise AttributeError(_static_binding_error)
    1617AttributeError: When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject". See: https://bugzilla.gnome.org/show_bug.cgi?id=709183
     18}}}
    1719
    1820I am using a MacBook Pro running OS X 10.9.5. My active python port is python27 @2.7.8_2+universal and this script was written for using graph-tool (which is a python package for network visualization). It depends on boost, so I am using boost @1.56.0_1+no_single+no_static+python27+universal and my graph-tool port (if that's relevant) is py27-graph-tool @2.2.35_0. Please help!