-
Notifications
You must be signed in to change notification settings - Fork 3
Open
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
Labels
No labels