happybase导入报错:thriftpy.parser.exc.ThriftParserError: ThriftPy does not support generating module with path in protocol 'c'
方法:
即将 C:\Python27\Lib\site-packages\thriftpy\parser\parser.py , line 488
if url_scheme == '':
改为:
if len(url_scheme) <= 1: