You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/joseph/prog/spyder.git/spyderlib/spyder.py", line 2367, in report_issue
url.addEncodedQueryItem("body", quote(issue_template))
AttributeError: 'QUrl' object has no attribute 'addEncodedQueryItem'
I get the traceback:
addEncodedQueryItem
is obsolete: http://doc.qt.io/qt-5/qurl-obsolete.html. It should still be available though, I don't know why I don't have it.This is with Qt and PyQt v5.4.1 and python 3.4.3 on arch linux.
The text was updated successfully, but these errors were encountered: