Seedarchangel / TuChart

Tuchart is a visualization interface for the Chinese stock market. Tuchart supports candlestick charts, price charts, tick data, high-frequency data and distribution of top shareholders for individual stocks. Tuchart是一个基于pyqt和echarts的股票视觉化应用。Tuchart 支持日/月线,分笔,高频数据,前十股东分笔的视觉化
MIT License
776 stars 287 forks source link

with Python3, it seems we can only retrive value from zip(*a) once #18

Closed rubinliudongpo closed 6 years ago

rubinliudongpo commented 6 years ago

在Python3的虚拟环境下,我发现第34行从a取过数据后,在第91,92行取到的a为空。

Seedarchangel commented 6 years ago

你跑的是tuchart 3.0文件夹下的版本吗?tuchart文件夹下的版本没有试过python3,如果3.0的有问题的话我再merge一下