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

运行出现错误, 显示module未找到 #21

Open tommyxps opened 6 years ago

tommyxps commented 6 years ago

所有的dependency 都装好了, 在python2 下运行, 出现以下提示:

c:\Users\tommy\Anaconda3\Lib\site-packages\Tuchart>python main.py Traceback (most recent call last): File "main.py", line 8, in from Graph import graphpage File "c:\Users\tommy\Anaconda3\Lib\site-packages\Tuchart\Graph.py", line 3, in from pyecharts import Kline, Line, Page,Overlap,Bar,Pie,Timeline File "C:\Users\tommy\Anaconda3\lib\site-packages\pyecharts__init__.py", line 10, in from pyecharts.charts.effectscatter import EffectScatter File "C:\Users\tommy\Anaconda3\lib\site-packages\pyecharts\charts\effectscatter.py", line 4, in from pyecharts.charts.scatter import Scatter File "C:\Users\tommy\Anaconda3\lib\site-packages\pyecharts\charts\scatter.py", line 4, in from PIL import Image File "C:\Users\tommy\Anaconda3\lib\site-packages\PIL\Image.py", line 56, in from . import _imaging as core ImportError: DLL load failed: The specified module could not be found.\

请问什么原因,是哪个包没有装么?

Seedarchangel commented 6 years ago

你似乎是在anaconda 3下跑的Tuchart, 用的还是python3. 切成anaconda 2试试?