Hi All,<br><br>Having some trouble with a example I'm using to try and make a web browser.<br><br>If you look here <a href="http://code.google.com/p/devicenzo/source/browse/trunk/devicenzo.py">http://code.google.com/p/devicenzo/source/browse/trunk/devicenzo.py</a> there is an example for a web browser in PyQt that I've looked at to try and get cookies working on my own.  The problem is that it has the same issue as mine.  If you run it (opening a site that dumps a cookie), open a tab, close that tab and then try and open another tab (happens a lot).  Then you get this error:<br>

<br>Traceback (most recent call last):<br>  File "./qtwk.py", line 62, in closeEvent<br>    self.put("cookiejar", [str(c.toRawForm()) for c in self.cookies.allCookies()])<br>RuntimeError: wrapped C/C++ object of type QNetworkCookieJar has been deleted<br>

<br>Does anyone know why closing the tab is sending the destruct signal to the self.cookies instance?  And how to fix it.<br clear="all"><br clear="all">Many thanks,<br>Joseph David Borġ <br><a href="http://www.jdborg.com" target="_blank">http://www.jdborg.com</a><br>