Closed flamingomingo closed 6 years ago
Im new to Python, but I tried to run your code and it gets the message NameError: name 'hurst' is not defined....what can be done?
It means that hurst library wasn't found. Add it to sys.path or copy hurst.py into the folder which contains your script.
hurst
sys.path
hurst.py
Im new to Python, but I tried to run your code and it gets the message NameError: name 'hurst' is not defined....what can be done?