I have Python 2.6.2 installed. I have installed PyQt-Py2.6-gpl-4.7.4-1. I have also installed dip-p2-gpl-0.2-snapshot-6de9307b5575.<div><br></div><div>I am attempting the example on p9 of the dip documentation ("The Smallest Example"). I have typed the code in (as opposed to downloading it) and get the following error when I run it:</div>
<div><br></div><div><div>wres12386#1(~/Test)$ python test.py</div><div>Traceback (most recent call last):</div><div>  File "test.py", line 5, in <module></div><div>    from dip.ui import Form</div><div>  File "c:\Python26\lib\site-packages\dip\__init__.py", line 34, in <module></div>
<div>    raise ValueError("PyQt QString API v2 is required")</div><div>ValueError: PyQt QString API v2 is required</div><div>[exited with 1]</div></div><div><br></div><div>From this I assume I still have version issue incompatibilities? Could somebody point out which package I have wrong? </div>
<div><br></div><div>Thanks</div><div>Peter</div><div><br></div><div>P.S. I have attempted running the same code from the dip distribution in doc/examples/ui/simple.py - after I correct the "app.exec()" (what has changed that all the code makes a method call that is not in the library???) line it gives exactly the same error message.</div>