I have a setup script like this;

setup(windows = [{"script":"myprogram.py",
                   "icon_resources":[(0,"nabbitt.ico")],
                    "other_resources": [(24,1,manifest)]}
],
                name = "Nabbitt ver 0.1",
                data_files = [("",rootdata)],
                zipfile = None,
                options = {"py2exe": {
                                                "compressed" : 1,
                                                "dll_excludes": 
["w9xpopen.exe"],  #should also exclude
MSVCR71.dll
                                                "bundle_files": 3             # 
1=Single .exe, 2=.exe with
pythonXX.dll
                                                }
                                                },
                )

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to