Skipped content of type multipart/alternative-------------- next part -------------- from distutils.core import setup import py2exe import sys setup ( windows=[{"script" : "viewer.py"}], options={"py2exe" : {"includes" : ["sip"]}} )