Is there some means to limit what modules pyinstaller will include. I have pygtk,pyqt4 and wxpython installed on my windows machine and for a script which uses matplotlib (which has pygtk,pyqt4,wxpython,tk support) it bundles files for all the supported toolkits. within the main script I have
... import gtk import gobject from matplotlib.backends.backend_gtkagg import FigureCanvasGTKAgg as FigureCanvas from matplotlib.backends.backend_gtkagg import NavigationToolbar2GTKAgg as NavigationToolbar ... and it only load gtk when run from the *.py. Any help to limit this would be grateful, talking about the difference between a 15meg bundled and a 30meg bundled -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
