Re: Python 3.9 Support for Fiona Package

2023-09-12 Thread Ken Brown via Cygwin
On 9/12/2023 1:27 AM, Joel Breazeale via Cygwin wrote: I am attempting to use the fiona package. This code works on Python on a Linux box. The code starts out: #!/usr/bin/python import sys import fiona import shapely import os . . . The error I'm getting from the import is: Traceback (most

Python 3.9 Support for Fiona Package

2023-09-11 Thread Joel Breazeale via Cygwin
I am attempting to use the fiona package. This code works on Python on a Linux box. The code starts out: #!/usr/bin/python import sys import fiona import shapely import os . . . The error I'm getting from the import is: Traceback (most recent call last): File "/home/Joel/bin/inshape1.py",