We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the full error Traceback
NameError Traceback (most recent call last) <ipython-input-7-ad38eef5e995> in <module>() ----> 1 import pyhighcharts C:\Anaconda\envs\py35\lib\site-packages\pyhighcharts\__init__.py in <module>() 14 15 # pyhighcharts Imports ---> 16 from chart import * 17 from maps import * 18 from util import JS_TYPE C:\Anaconda\envs\py35\Lib\site-packages\pyhighcharts\chart.py in <module>() 20 21 # pyhighcharts Imports ---> 22 from util import safe_update, format_script_tag, \ 23 format_options, JS_TYPE 24 C:\Anaconda\envs\py35\Lib\site-packages\pyhighcharts\util.py in <module>() 76 FORMATTERS = { 77 bool: lambda v: "true" if v else "false", ---> 78 NoneType: lambda _: "null", 79 datetime: lambda d: "Date.UTC({}, {}, {})".format(d.year, (d.month - 1), d.day), 80 JS_TYPE: lambda js: js.raw NameError: name 'NoneType' is not defined
Not sure about this NoneType error.
NoneType
The text was updated successfully, but these errors were encountered:
@fidyeates, typo? Should that just be None instead of NoneType?
None
Sorry, something went wrong.
No branches or pull requests
This is the full error Traceback
Not sure about this
NoneType
error.The text was updated successfully, but these errors were encountered: