[PySide] QNetworkCookieJar issue

Tony Barbieri greatrgb at gmail.com
Thu Sep 6 17:03:29 CEST 2012


Hello,

I am trying to execute QNetworkCookieJar.setAllCookies but I keep getting
an error:

TypeError: 'PySide.QtNetwork.QNetworkCookieJar.setAllCookies' called with
wrong argument types:
  PySide.QtNetwork.QNetworkCookieJar.setAllCookies(list)
Supported signatures:
  PySide.QtNetwork.QNetworkCookieJar.setAllCookies(list)

I am indeed passing a list in, it says to expect a QList but QList isn't
available in PySide correct?  I should be using the python list type, yea?

Thanks!

-- 
-tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20120906/c2cea19a/attachment.html>


More information about the PySide mailing list