[PyQt] SIP: Wrapping a fixed size array

2012-11-26 Thread Steve Freitas
Hi all, I saw this message on the subject earlier: http://osdir.com/ml/python-pyqt-pykde/2011-03/msg00121.html Is this still a TODO item, or is there an official way to do this now? Thanks, Steve ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] RuntimeError: wrapped C/C++ object of type QNetworkCookieJar has been deleted

2012-11-26 Thread Joe Borġ
Hi All, Having some trouble with a example I'm using to try and make a web browser. If you look here http://code.google.com/p/devicenzo/source/browse/trunk/devicenzo.py 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