Hmm, it’s expected that knowing where a file came from (which you can find in the various build/*/*.toc files) is enough to answer that question. Failing that, I guess you could look at the INFO: Loading module hook 'hook-xxx.py' from '.../PyInstaller/hooks and read those hook files to see if you can find anything that looks like it’s trying to add /usr/shared/* directories to datas.
Most likely though, it’ll be Gtk related. That requires an unpleasant amount of stuff to function. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/0d33dcda-2ad5-487d-a524-b5757c9c09dan%40googlegroups.com.
