<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><br><span></span></div><div><span>Thanks for you responses,...</span></div><div><br><span></span></div><div>lol,.yes, I am aware that Maya requires a certain version combination...</div><div>My apologies for not being clearer...I was thinking of version relationsship</div><div>between Qt and PtQt.</div><pre>> In practise, you determine the lowest Qt version that you need to support</pre>
<div>yes,...this is precisely why I was wondering if there was a version table,etc..</div><div><br></div><div>Putting Maya aside for a moment, and speaking only in terms of Qt and Py terms..<br></div><div><br></div><div>Phil,...you seem to suggest that for OSX Lion, I can grab the latest version of Qt</div><div>(or the version that Lion needs) and then grab the latest version of sip/PyQt ?</div><div>(in a Python 2.6 world)<br></div><div><br></div><div>Thank you guys very much for responding,</div><div>Cheers,</div><div>Jim</div><div><br></div><div><br></div><div><br></div>  <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;"><br>From:</span></b> Hans-Peter Jansen <hpj@urpla.net><br> <b><span style="font-weight: bold;">To:</span></b> James Polk
 <jpolk5001@yahoo.com> <br> <b><span style="font-weight: bold;">Sent:</span></b> Friday, December 2, 2011 12:40 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [PyQt] Version matching:  Qt and PyQt<br> </font> <br>
Am Friday 02 December 2011 03:13:52 schrieb James Polk:<br>> Is there a online guide anywhere to match a version of Qt with it's<br>> corresponding<br>><br>> version of PyQt ?<br>><br>> For example,...on Windows, in order to work with Maya2011, I had to install<br>> Qt 4.5.3 and use PyQt 4.7.3  (and sip too)<br><br>This is a constraint induced by Maya then.<br><br>> Is there a lookup table somewhere where these versions are matched up?<br>> Not only Windows, but OSX, and Linux too..?<br>><br>> My current dilemma is finding the right version combo for OSX Lion (10.7.2<br>> 64bit)<br><br>Well, in theory, all versions of PyQt4 should work with all versions of Qt4.<br><br>If you depend on a Qt feature that appeared in a certain version, this feature <br>is available only, if PyQt4 is adapted to that feature and is compiled <br>against a Qt version containing that feature. This is possible due to sips <br>timeline
 feature and a complex version dependency scheme.  <br><br>In practise, you determine the lowest Qt version that you need to support, and <br>build the newest sip/PyQt4 against it. Keep in mind, that sip/PyQt4 depends <br>on the particular Python revision, it is build with. I cannot say anything <br>about Mayas PyQt bindings, though.<br><br>Hth,<br>Pete<br><br><br> </div> </div>  </div></body></html>