Lynn Oliver píše v Pá 16. 03. 2012 v 16:34 -0700 > * Why does pyinstaller insist on going > to /system/library/frameworks... (the apple build) when the > correct files should come from /library/frameworks (user > build)?
Probably because the frozen executable can't load included Tcl and Tk binaries and is thus looking for files in system location. Could you put together a minimum example I could test? How could I recreate your homebrew environment for testing? -- 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.
