Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't report issue on master with PyQt5 #2385

Closed
Nodd opened this issue Apr 30, 2015 · 3 comments
Closed

Can't report issue on master with PyQt5 #2385

Nodd opened this issue Apr 30, 2015 · 3 comments

Comments

@Nodd
Copy link
Contributor

Nodd commented Apr 30, 2015

I get the traceback:

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'

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.

@Nodd Nodd added the type:Bug label Apr 30, 2015
@Nodd Nodd added this to the v3.0 milestone Apr 30, 2015
@ccordoba12
Copy link
Member

@goanpeca, could you investigate this given that you looked at it last time?

@Nodd
Copy link
Contributor Author

Nodd commented Apr 30, 2015

Oh, I assigned you because I thought that you were the Qt5 guy.

@goanpeca goanpeca assigned goanpeca and unassigned ccordoba12 May 4, 2015
@goanpeca
Copy link
Member

goanpeca commented May 4, 2015

Sure i think it should be easy to solve

@ccordoba12 ccordoba12 changed the title Can't report issue on master Can't report issue on master with PyQt5 May 13, 2015
@ccordoba12 ccordoba12 assigned ccordoba12 and unassigned goanpeca May 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants