Nevermind....I was doing something stupid. Sorry for the noise. -tony
On Thu, Sep 6, 2012 at 11:03 AM, Tony Barbieri <[email protected]> wrote: > 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 > -- -tony
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
