The installation problems pointed out in an earlier question are still present.
I have tried to install Z3 4.3.0 and 4.1 under Windows XP SP3 32-bit and under Windows 7 64-bit. None of the combinations work! I am able to do the "from z3 import *
", but the init()
of the Z3 dll fails. My Python version is 2.7.3. Z3 stand-alone and Python stand-alone do work, but they don't work together without lots of complaints.
It would help to get an up-to-date installation recipe which answers the following questions:
Which Z3 download (source version, precompiled version) should be used?
Which Python version should be used?
Which or the various Z3 DLLs should be referenced in the init() call? An example would help (including raw string usage for paths with blanks).
Which Z3 Python source files should be used (some downloads of Z3 have *.py files, others have *.pyc files)? Are the compiled Python files compatible with more than one Python version?
How to set PATH and PYTHONPATH?
How to call the IDLE shell of Python in such a way that Z3 initialization is provided automatically?
Sorry, if this should sound like a newbie question, but ...