Il giorno 14/mar/2012, alle ore 23:38, Lynn Oliver ha scritto: > I had been building with '-F -w' options, so I removed the options and built > again. Looking in the dist folder, I see that Tcl and tk are already there, > as I mentioned above. I ran otools on the copy of _tkinter.so there, and got: > > @executable_path/Tcl (compatibility version 8.5.0, current version > 8.5.11) > @executable_path/Tk (compatibility version 8.5.0, current version > 8.5.11) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version > 1105.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > version 159.1.0) > > When I execute ..dist/appname.app/Contents/MacOS/appname I get: > > ImportError: > dlopen(/var/folders/qq/h5gj3f3s0rx41lhd7h0lt2hm0000gn/T/_MEIigFuUi/_tkinter.so, > 2): Library not loaded: @executable_path/Tcl > Referenced from: > /var/folders/qq/h5gj3f3s0rx41lhd7h0lt2hm0000gn/T/_MEIigFuUi/_tkinter.so > Reason: image not found
This part baffles me. You say that you were building with default build options, which makes a one-dir deployment. If it's a one-dire deployment, it should not create a temporary directory in /var/folders. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- 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.
