Changeset 103

Show
Ignore:
Timestamp:
Tue Aug 16 15:52:49 2005
Author:
fredrikc
Message:

Fixed import bug with EaseXML with py2exe

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/win_setup.py

    r102 r103  
    7 7 opts = {  
    8 8     "py2exe": {  
    9           "packages": ["encodings","minidom"],  
      9         "packages": ["encodings","transolution.EaseXML.parsers"],  
    9 9         "includes": "pango,atk,gobject",  
    10 10         "excludes": ["Tkconstants","Tkinter","tcl"],