Did you try to install it?
Note this is python 2 script, based on exec and print being statements in
Also you need to change
to
Note this is python 2 script, based on exec and print being statements in
record.py
and also using basestring
. Although in some other modules it's used like function.Also you need to change
from record import recordtype
to
from .record import recordtype
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs