Skip to content

Cannot load dbfload.py #6

@ghost

Description

I was trying to open dbfload from the directory, but the following error appears:

python dbfload.py
Traceback (most recent call last):
File "dbfload.py", line 261, in
d1 = DbfLoader('data/geoda/nat.dbf')
File "dbfload.py", line 65, in init
if (dbfFileName): self.loadDbfFileName(dbfFileName)
File "dbfload.py", line 70, in loadDbfFileName
dbfs = open(dbfFileName, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'data/geoda/nat.dbf'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions