Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

'basestring' is not defined #12

@uvchik

Description

@uvchik

Whatever I do I get the following error. I replaced basestring with str locally and get it work.

File "/usr/local/lib/python3.4/dist-packages/ogrtools/pyogr/ogr2ogr.py", line 644, in ogr2ogr
    if isinstance(pszDataSource, basestring):
NameError: name 'basestring' is not defined

What is the meaning of basestring. Will I have a problem replacing it with str?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions