3
PyEnchant在我嘗試導入它時拋出一個錯誤。我已經使用pip和他們在其網站上提供的exe安裝並卸載了它。PyEnchant在導入時引發WinError 193,使用Python 3.3.4
通過命令提示使用Python只是一個例子:
>>> import enchant
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python33\lib\site-packages\enchant\__init__.py", line 92, in <module>
from enchant import _enchant as _e
File "C:\Python33\lib\site-packages\enchant\_enchant.py", line 102, in <module>
raise WinError()
OSError: [WinError 193] <no description>
有沒有找到一個解決方案呢? – 2015-01-17 23:47:12
@SimonSteinberger - 你偶然找到解決方案嗎? – kyrenia 2016-01-11 00:33:32
不要緊 - 看到我的回答低於 – kyrenia 2016-01-11 01:48:28