##// END OF EJS Templates
bunch of modules to ignore in exesetup.py
vivainio -
Show More
@@ -64,8 +64,11 b' egg_extra_kwds = {}'
64 setup(name = name,
64 setup(name = name,
65 options = {
65 options = {
66 'py2exe': {
66 'py2exe': {
67 'packages' : ['IPython', 'IPython.Extensions', 'IPython.external','pyreadline'],
67 'packages' : ['IPython', 'IPython.Extensions', 'IPython.external',
68 'excludes' : ["Tkconstants","Tkinter","tcl",'IPython.igrid','wx','wxPython','igrid']
68 'pyreadline'],
69 'excludes' : ["Tkconstants","Tkinter","tcl",'IPython.igrid','wx',
70 'wxPython','igrid', 'PyQt4', 'zope', 'Zope', 'Zope2',
71 '_curses','enthought.traits','gtk','qt']
69
72
70 }
73 }
71 },
74 },
General Comments 0
You need to be logged in to leave comments. Login now