That worked beautifully, thanks! Now to go script that up so I don’t have to do 
it manually every time.

Any way to get pyinstaller to do this automatically when packaging the shapely 
dependency? Some way to modify the hook file to stick it in a different 
location and create the symlink?
---
Israel Brewster
Software Engineer
Alaska Volcano Observatory 
Geophysical Institute - UAF 
2156 Koyukuk Drive 
Fairbanks AK 99775-7320
Work: 907-474-5172
cell:  907-328-9145

> On May 25, 2022, at 12:25 PM, bwoodsend <bwoods...@gmail.com> wrote:
> 
> For some reason, codesign is allergic to names with . in them in the 
> Contents/MacOS/ subdirectory. Normally the hacky workaround is to move 
> shapely to Contents/Resources then create a symlink (using ln -s) from 
> Contents/MaOS/shapely to Contents/Resources/shapely. See also the same issue 
> here 
> <https://github.com/pyinstaller/pyinstaller/issues/6612#issuecomment-1047241220>.
> 
> 
> -- 
> 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 pyinstaller+unsubscr...@googlegroups.com 
> <mailto:pyinstaller+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pyinstaller/679f302d-74b0-4de8-a18f-3d486f101c78n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/pyinstaller/679f302d-74b0-4de8-a18f-3d486f101c78n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/01FB217E-83A0-4117-AC7B-A50A5ABABB12%40alaska.edu.

Reply via email to