Hello I made a script using ogr and shapely who work fine. I try to deploy this script in an independant executable but I have some problems with shapely. I try with pyinstaller and cx_freeze but I always have a problem with shapely (no problem with ogr). The executable worked well on the same PC where the script is developped but not on an other PC. Does anyone has done this before ? How can I deploy a python script with shapely ? Thanks
Ludovic
