-
Notifications
You must be signed in to change notification settings - Fork 9
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
pymkup throws 'column_data' error #29
Comments
I also ran into this error. I moved the files into my local directory and then commented out line 15 of pymkup.py, see below. Then it appears to work.
|
What do you mean by Local directory? @Ianshaw93
|
I've followed exactly this but I'm still getting the same error. I've tried everything at this point even manually importing only the 3 python files. For some reason I can't get column_data,py used within the other scripts. Any ideas what could be causing this? I really want to use this package :( |
All of a sudden every time I try to use this I get a:
Exception has occurred: ModuleNotFoundError
No module named 'column_data'
File "\pymkupTest.py", line 1, in
from pymkup import *
The module is for sure in the packages folder...
pymkup\column_data.py
I'm not quite fancy enough to figure out what's going on since the column_data package is there.
The text was updated successfully, but these errors were encountered: