quantiacs-python icon indicating copy to clipboard operation
quantiacs-python copied to clipboard

.version in quantiacsToolbox.py

Open mikeredbike opened this issue 6 years ago • 0 comments

Using Python 3.7 I get this error:

File "C:\Users\mike\AppData\Local\Programs\Python\Python37\Lib\site-packages\quantiacsToolbox\quantiacsToolbox.py", line 1515, in updateCheck from .version import version ImportError: attempted relative import with no known parent package

So suggest changing the two occurences of .version to version in quantiacsToolbox.py

mikeredbike avatar Sep 02 '19 17:09 mikeredbike