I'm not familiar at all with Solaris but I think it is not possible to use the ELF strategy if running Solaris on the Sun processor. If I understand the PyInstaller documentation correctly, I would have to set the -n option when running Make.py to create the bootloaders. And that this also means that the archive will not be added to the executable but will exist as separate file. Do you use PyInstaller this way? Or is it possible to have the archive added to the executable?
Thanks Andy On 26 Jan., 15:49, "Kuzminski, Stefan R" <[EMAIL PROTECTED]> wrote: > PyInstaller 1.1 ( don't know about 1.2 ) does work on Solaris, follow > the instructions on building the runtime executable as for linux. > > I would add though that getting our app build and running with the > installer on Solaris has been and still is a titanic hassle, however > this is mostly due to difficulty building matplotlib and the various > flavors of numarray/numpy rather than pyInstaller issues. > > S > > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > > On Behalf Of schu > Sent: Friday, January 26, 2007 9:43 AM > To: PyInstaller > Cc: [EMAIL PROTECTED] > Subject: [PyInstaller] PyInstaller on Solaris > > Hi, > > I'm a bit confused if PyInstaller runs on Solaris. As the McMillan > installer was working on Solaris and PyInstaller is based on that > installer, I suppose it should work. > > Has anybody any experience with PyInstaller on Solaris? > Any specific problems (e.g. with specific packages)? > Any special settings? I guess I will have to set the non-elf flag? > > Many thanks in advance > Andy > > This email and any files transmitted with it are confidential, proprietary > and intended solely for the individual or entity to whom they are addressed. > If you have received this email in error please delete it immediately.- > Zitierten Text ausblenden -- Zitierten Text anzeigen - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
