|
楼主 |
发表于 2012-9-6 21:23:46
|
显示全部楼层
今天一不小心调出了cytostream的主界面,结果停在这里,错误都是出在qtlib上(Nokia出的一个界面库),真是晕,数据文件都加载好了,就差一点出图形了啊。 @haven_t @stef1981 @huzengwu @gcz5340 @jameswang0405
import qtlib
File "c:\python26\lib\site-packages\cytostream\qtlib\__init__.py", line 22, in
<module>
from ChannelSelector import ChannelSelector
ImportError: No module named ChannelSelector
Traceback (most recent call last):
File "E:\Programming\cytostream\cytostream\qtlib\MainWindow.py", line 515, in
run_progress_bar
self.display_thumbnails()
File "E:\Programming\cytostream\cytostream\qtlib\MainWindow.py", line 642, in
display_thumbnails
self.tv = ThumbnailViewer(self.mainWidget,thumbDir,fileChannels,self.control
ler.channelDict,mainWindow=self)
File "E:\Programming\cytostream\cytostream\qtlib\ThumbnailViewer.py", line 68,
in __init__
im = Image.open(os.path.join(self.thumbDir,thumbs[0]))
IndexError: list index out of range
cytostream主界面
|
|