Sorry for the delay in response. This is using the development version 2145d84 downloaded last week. I tried the version compiled using "python arch -i386" option on a 10.5 machine but no luck with it recognizing the bundled version of python (at least starts up the GUI on my 64bit 10.6 machine).
I've seen some of the PyQt suggestions on other pages as well and will give it a shot. Thanks, Nathan On Sunday, June 17, 2012 12:38:42 AM UTC-7, Nathan Salomonis wrote: > > Hi all, > > First off, I'd like to say how impressed I am with PyInstaller. It has > proven to resolve issues that I have encountered with other freeze program > (CxFreeze in Linux). I just built a distribution for one of my applications > on Mac OS X 10.6 and it worked great, producing a onefile application that > was 1/6th the size of the equivalent py2app version. Since I want to > distribute my application to OS X 10.5 users, I am now trying the option > "python arch -i386". This builds the one file distribution that runs but > encounters an issue when trying to import pyplot from matplotlib. The error > is: > > ImportError: > dlopen(/var/folders/VR/VRc6OFUIGsS6cupB0zstt++++TI/-Tmp-//_MEIhz4ePp/ > matplotlib.ft2font.so, 2): Symbol not found: _FT_Attach_File > Referenced from: > /var/folders/VR/VRc6OFUIGsS6cupB0zstt++++TI/-Tmp-//_MEIhz4ePp/ > matplotlib.ft2font.so > Expected in: flat namespace > in /var/folders/VR/VRc6OFUIGsS6cupB0zstt++++TI/-Tmp-//_MEIhz4ePp/ > matplotlib.ft2font.so > > I'm assuming this is because Matplotlib was installed from source on my > 64bit machine and that the ft2font.so is not compatible with a 32bit > installation. Any recommendations around this before trying to re-install > MatPlotlib as 32bit? > > Thanks, > Nathan > > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/seLXDYXXT4YJ. 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.
