2012-05-29 58 views
2

在庫性狀導入這樣:enthought進口:enthought.traits.api VS traits.api

from enthought.traits.api import Int, Float 
# and the other bad thing: 
from enthought.traits.ui.api import View 

但我已經安裝通過PIP(pip install traits)特點,並在此版本性狀進口這樣:

from traits.api import Int, Float 
# here is 
from traitsui.api import View 

真是一團糟!

如何使用enthougt.traits等?或者我如何創建一個簡單的包裝器,以便獲得一個僞裝的模塊?

(我也試着pip install ets,但不是所有的包希望編譯)

回答

3

安裝向後兼容的etsproxygithub)模塊。

+0

謝謝!這工作正常:) – Themerius

+0

鏈接的網站有一個重定向循環。有什麼更好的來源'etsproxy'? –