Alec Bennett wrote: >> I think I solved the font issue by putting the fonts in the same >> folder as my script, but havn't confirmed.
OK then. You can automate this step with a COLLECT() command in the spec file if you want. >> As far as the compile issue, I applied the patch you sent over and >> it worked perfectly. I'll test out the new build of Pyinstaller on a >> virgin PIL install on another computer when I get home. One thing >> I'm wondering: your patch patched a file in the PIL folder (spider >> something), does the new build of Pyinstaller do that on >> installation, or have you made that unnecessary? No, my patch only affects the PIL hooks within the PyInstaller package. No modification to any third-party packages is performed by PyInstaller whatsoever. -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
