的安裝Python win32 Extensions後,發現Mark Hammond寫的網站搬來這了http://python.net/crew/mhammond/win32/
安裝後使用Python win出現了這個錯誤
原來少注意了這一段:
MFC DLLs for Pythonwin
To run Pythonwin, you may need a copy of the Microsoft MFC DLLs. You should only install these files if the install process tells you the DLL can not be found, or if Pythonwin fails to start due to this DLL missing.
- For Python 2.3 the DLL is likely to already be installed – but if not, you can use mfc42.dll (995,383 bytes)
- For Python 2.4, the DLL is likely to not be installed – you need mfc71.dll (1,060,864 bytes)
Download these files and save them to your Windows System32 directory.
因為我的Windows System32被鎖住了,我只好放到path有的資料夾中才可以用。