-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fiona Import Error #60
Comments
Have you installed six and argparse? As it says in the README, you have to install these separately on Windows: https://github.com/Toblerity/Fiona/blob/master/README.rst#requirements |
yes, but apparently not correctly. I can import it, however when fiona On Thu, Aug 22, 2013 at 11:59 AM, Sean Gillies notifications@github.comwrote:
|
I'm closing this as it's not a Fiona bug. Once you get Fiona and six properly installed into the same Python 2.7 environment, it will work. I'm not a Windows user and so I'm not going to be able to help you troubleshoot. Sorry :( |
Windows, Python 2.7, ..?
ImportError: cannot import name string_types
Traceback (most recent call last):
File "E:\p\pythonlib\learn\gdaltest.py", line 9, in
import fiona
File "..\lib\fiona__init__.py", line 69, in
from six import string_types
ImportError: cannot import name string_types
The text was updated successfully, but these errors were encountered: