2
我在Windows上運行Python 2.7並且我安裝了pywin extension here。IPython無法加載win32api
這樣做後,如果我啓動一個普通的python shell,我可以完美地導入win32api。
如果我做IPython的一樣,我得到這個:
In [1]: import win32api
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
C:\Windows\system32\<ipython console> in <module>()
ImportError: DLL load failed: The specified module could not be found.
In [2]:
爲什麼會在一個普通的Python殼工作,但不是IPython的?
,我對未能在去年聖誕節這個問題上的PC,我還沒有重新安裝IPython的結果!我將不得不再次嘗試確認這是否適用於我,但同時將此標記爲正確的答案。謝謝。 – Scaine 2012-08-24 11:40:35