fitodic / centerline

Calculate the polygon's centerline
https://centerline.readthedocs.io
MIT License
266 stars 55 forks source link

shp2ceterline issue #10

Closed vufalo1995 closed 6 years ago

vufalo1995 commented 6 years ago

Hi folks, I've already set up all the requirements and follow the instructions in order to run the code but: My system (windows32) is not able to find shp2centerline script. Do I need to change the extension of that file? Maybe should I try to run it as *.py?

fitodic commented 6 years ago

@vufalo1995 First of all, sorry for the delay.

I haven't used Windows for quite some time, but I do seem to recall that after installing Python, the path to its executable should be added to the Windows' PATH environment variable in order to run scripts without the py extension. Have you tried that?