Greetings! I am attempting to make a small dom0 Linux distribution for Xen which by its nature uses python. My install for everything excluding the python is 25 MB! Python triples this size to a minimum of 40-50 MB for python. I wanted to use pyinstaller to make the python component much smaller (hopefully under 10 MB for all the combined python stuff).
This seems like it is much more advanced usage of pyinstaller than any sample I have seen. Does anyone have any advanced knowledge of pyinstaller that might be able to give me a detailed explanation of what I have to do to get it working? Here are a couple of facts I am told that make it more complicated. 1. Xen includes 2 or 3 directories of about 50 python scripts that are called through RPC communication 2. initial bash scripts do a lot of the heavy lifting for initialization and interact with xend 3. xm speaks using xmlrpc to xend's listening socket Anyone able to help with getting this working? I would certainly be interested in sharing this project with anyone able to help. Regards, [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
