Ah, I see. It’s got two of them and a rather messy way of finding them. For
this you have to use the spec file. Find the test.spec (or whatever you
called your code) and put
from PyInstaller.utils.hooks import collect_dynamic_libs
at the top. And in the a = Analysis(...) bit change binaries=[], to
binaries=binaries=collect_dynamic_libs("rtree"),. Then rebuild from the
spec file using PyInstaller test.spec.
--
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/3fb23fcb-a872-4802-926d-ddc57cdc0c47n%40googlegroups.com.