2013-10-04 11 views
0

我裝雨棚的學術版本,並得到了我的桌面上PyLab,雨棚快捷方式。 當我嘗試從我的桌面上的快捷運行PyLab,我得到這個打開命令窗口:Enthought PyLab /敞篷在Windows 8 - (學術)失蹤matplotlib

UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level. 
    warn("The top-level `frontend` package has been deprecated. " 
Python 2.7.3 | 64-bit | (default, Aug 8 2013, 05:30:12) [MSC v.1500 64 bit (AMD64)] 
Type "copyright", "credits" or "license" for more information. 

IPython 1.1.0 -- An enhanced Interactive Python. 
?   -> Introduction and overview of IPython's features. 
%quickref -> Quick reference. 
help  -> Python's own help system. 
object? -> Details about 'object', use 'object??' for extra details. 
[TerminalIPythonApp] WARNING | Eventloop or matplotlib integration failed. Is matplotlib installed? 

奇怪的是,當我從命令行運行python2.7,因爲安裝它列出matplotlib。當我運行Canopy軟件包管理器時,它說安裝了matplotlib 1.3.0。

這裏有什麼問題? 由於

+1

你已經安裝了Python的多個版本?看起來你的道路被玷污了。 – tacaswell

回答

1

抱歉,Pylab快捷方式通過冠層1.1.1斷裂。您可以手動編輯它(在目標路徑中用「用戶」替換「系統」),或從開始菜單打開「Canopy命令提示符」,然後鍵入ipython --pylab=qt

另請注意,Python shell面板林冠GUI應用程序本身,運行IPython的QtConsole在Pylab模式在默認情況下,可能是最簡單的方式來運行Pylab,旁邊是鏈接到Pylab會話的編輯器。

+0

你能更具體哪個版本是「本次發佈」,所以這個答案依然清晰幾年? – tacaswell

+0

增加了「通過林冠1.1.1」 –

+0

謝謝。編輯快捷方式似乎解決了問題。 – girolamous

相關問題