From 76d8cb9a367e9f081178cd2ed91c17fdc805363e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Mar 2008 19:56:05 +0000 Subject: [PATCH] --- windows_installer.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/windows_installer.py b/windows_installer.py index d9e7f01b10..92448759c0 100644 --- a/windows_installer.py +++ b/windows_installer.py @@ -462,10 +462,14 @@ def main(): options = { 'py2exe' : {'compressed': 1, 'optimize' : 2, 'dist_dir' : PY2EXE_DIR, - 'includes' : ['sip', 'pkg_resources', 'PyQt4.QtSvg', - 'mechanize', 'ClientForm', 'wmi', - 'win32file', 'pythoncom', 'rtf2xml', - 'lxml', 'lxml._elementpath', 'genshi'], + 'includes' : [ + 'sip', 'pkg_resources', 'PyQt4.QtSvg', + 'mechanize', 'ClientForm', 'wmi', + 'win32file', 'pythoncom', 'rtf2xml', + 'lxml', 'lxml._elementpath', 'genshi', + 'path', 'pydoc', 'IPython.Extensions.*', + 'libprs500.web.feeds.recipes.*' + ], 'packages' : ['PIL'], 'excludes' : ["Tkconstants", "Tkinter", "tcl", "_imagingtk", "ImageTk", "FixTk",