Changes between Initial Version and Version 1 of Ticket #50536, comment 4


Ignore:
Timestamp:
Feb 6, 2016, 7:32:01 PM (8 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50536, comment 4

    initial v1  
    11Summarizing from above you need to make sure that you are not using Mac OS X system python (which goes not have `gi`, etc installed) but instead are using MacPorts python27 (which is where `py27-gobject3` installs `gi`).  It is also true that you need `gtk3` installed if you wish to import `Gtk` and/or `Gdk`.
    22
    3 You can make `python27` your default `python` (the one that is invoked when you type `python` and/or `python2`) by following the instructions that it suggests when installing `python27`:
     3You can make `python27` your default `python` (the one that is invoked when you type `python` and/or `python2`) by following the instructions that are suggested when installing `python27`:
    44{{{
    55$ port notes python27