kyper-data / python-highcharts

A simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks).
MIT License
395 stars 190 forks source link

name 'basestring' is not defined #70

Open khanhtranchi opened 5 years ago

khanhtranchi commented 5 years ago

Because the basestring is no longer available in Python 3. From (What’s New In Python 3.0) So the functions use code like this "isinstance(new_src, basestring)" will be failed.