SuLab / biogps_dataset

BioGPS.org dataset & dataset loading code repository
http://biogps.org/
0 stars 2 forks source link

NameError: global name 'basestring' is not defined (possible issue) #14

Open JTFouquier opened 8 years ago

JTFouquier commented 8 years ago

I am using Python 3.4 and this known issue (NameError: global name 'basestring' is not defined) is closed and documented from 2008. https://bugs.python.org/issue1931... odd that I am even seeing this...

screen shot 2016-05-17 at 1 08 45 pm

I added this try/except to widgets.py (see file path) source code in Python site packages. I'm sure that's not good practice but I couldn't get it to work otherwise. Can close this issue, just thought I'd document it.