Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/common.py

    r651 r585  
    1818#-------------------------------------------------------------------------------
    1919
    20 # Due to CEF, PyGTK is the default
    21 if "FORCE_PYGOBJECT" not in os.environ:
     20if os.name=="nt" or "FORCE_PYGTK" in os.environ:
    2221    print "Using PyGTK"
    2322    pygobject = False
Note: See TracChangeset for help on using the changeset viewer.