On 5/28/2009 6:45 AM, Olli Wang wrote: > Sorry. I'm a little confused about SupportedPackages.
It's an incomplete list of packages known to be supported by PyInstaller. Most packages work with PyInstaller even if they're not listed there, especially simple ones like fuse-python. > Does it mean, > for example, when I making an onefile PyQt application it does not > require users on other computers to install C++ Qt library? Yes, that's correct. > If I need to run fuse-python on Mac, I must have the MacFuse pre- > installed on the running computer. In my experience, installing the > fuse-python on Mac is a bothering operation even the MacFuse already > installed. Because it has some C library dependencies. I even still > need to use MacPorts to build up a working development environment. So > if I want to use PyInstaller to make an execution using fuse-python on > Mac, I think there must need some trick to let it work so users on > other computers are not required to build a fuse environment. Just try PyInstaller, even the current trunk. You will not get a bundle yet, but the generated binary can still be executed and should work for you. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
