Since the 'Supported Packages' page asks for input regarding any libraries that aren't listed that do work, I wanted to let you know that the 'inspyred' library works, but I only tried it with the development version of PyInstaller (accessed on August 01 2013).
The reason for using the development version is that I also use pywin32, which has a renaming bug that was solved by the development version: http://www.pyinstaller.org/ticket/590 Inspyred is "A framework for creating bio-inspired computational intelligence algorithms in Python.": https://pypi.python.org/pypi/inspyred The library uses matplotlib and numpy, which were supported just fine. In my implementation, there are around 50 MB of files, mostly due to the PyQT4 backend for matplotlib. Since I don't use inspyred's matplotlib capabilities, using 'excludes = ['matplotlib']' in the spec file brought the size down to 10 MB (with UPX). The code also works the same on Windows XP and 7 machines, which is excellent for distributing the code! Thanks for the excellent software. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
