【发布时间】:2014-01-25 01:59:01
【问题描述】:
当我想导入 jnius 时出现如下错误:
Traceback (most recent call last):
...
File "C:\Python27\lib\site-packages\jnius\__init__.py", line 12, in <module>
from .jnius import *
ImportError: DLL load failed: The specified module could not be found.
我需要 jnius 才能使用: https://github.com/kevlened/sikuli_cpython
我拥有和使用的:
- Windows 7 企业版 x64
- Python 2.7.6 x86
- Cython-0.19.2
- jnius-1.1-dev
- JDK 7 更新 45 x86
【问题讨论】: