<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Howdy,<br>I'm using PyQt mostly in conjunction with Maya, but also for standalone applications.<br>I have a situation where from within Maya, I launch a PyQt app that uses sip's<br>"wrapinstance" command.  I'm creating a Maya-derived graphical entity and parenting<br>it into the PyQt window.  I've done this before, and this technique is current "conventional<br>practice" amongst many in the uh, Maya/PyQt community shall we say.  It's worked<br>many times for me before, but now it's crashing.  The *only* difference is that when it<br>crashes now, it's when a really large object has been loaded into Maya.<br><br>After Maya launch, run the tool, everything's fine.<br>Load really large database, run the tool, it crashes...always at the "sip" line...<br><br>So, I tried an experiment, I did everything as normal, but I didn't call sip, and
 it<br>didn't crash.<br><br>So my first thought was can I install a new version of SIP, or is the version<br>I'm using "locked" into compatibility with the versions of Python and PyQt I'm on...<br>Or would downloading a newer version possibly fix the problem?<br>My environ is:<br>    Python 2.6.4 <br>    PyQt 4.5.3  (or 4.5.5, I forget)<br>    SIP  (how to get the version?)<br><br>What kind of conflicts could occur with large memory usage?<br>I'm running XP Pro 64-bit with 8G memory,..the large database is about<br>1.4G on the drive<br><br>Also open to any other thoughts, suggestions, or advice,...<br>Cheers,<br>-Jim<br><br></td></tr></table>