dmudigdo / qif-categorizer

Automatically adds QIF category, according to keywords, e.g if there is "Coles" it must be "Groceries"
0 stars 0 forks source link

location of the categories text file #1

Open kingslayer64 opened 4 years ago

kingslayer64 commented 4 years ago

I'm receiving the error below. I was wondering where the categories file goes.

qif-categorizer.py Traceback (most recent call last): File "C:\Users\name\AppData\Local\Programs\Python\Python38-32\Scripts\qif-categorizer.py", line 16, in catfile = open('categories.txt') IOError: [Errno 2] No such file or directory: 'categories.txt'

kingslayer64 commented 4 years ago

Sorry I figured it out.