IDLEGUIを介してWindowsXPでPython2.7.3を使用しており、PythonAPIを介してローカルでZ34.0を実行しようとしています。
この行は正常に機能します:
>>> from z3 import *
この行はしません:
>>> x = Int('x')
Traceback (most recent call last):
[...]
File "C:\Program Files\Microsoft Research\Z3-4.0\python\z3core.py", line 34, in init
_lib = ctypes.CDLL(PATH)
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found
誰もが問題が何であるか知っていますか?
私のPYTHONPATHは、引用符なしで「C:\ Program Files \ Microsoft Research \ Z3-4.0\python」に設定されています。