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

Spyder stopped working with Qt4.6 #2083

Closed
spyder-bot opened this issue Feb 17, 2015 · 2 comments
Closed

Spyder stopped working with Qt4.6 #2083

spyder-bot opened this issue Feb 17, 2015 · 2 comments

Comments

@spyder-bot
Copy link
Collaborator

From Eric.Fre...@gmail.com on 2014-12-11T11:15:54Z

The work going on in the master branch to use newstyle signals / slots has caused Spyder to not launch on RHEL6 which uses Qt4.6.
This is because the directoryLoaded signal on QFileSystemModel was introduced in Qt4.7.
With the old style signals on Qt4.6 this signal would never be emitted... but with the newstyle signals it cannot make the connection and Spyder errors out before starting up.

Should either fix this or update the requirements.
Currently the requirements list PyQt4.6 but do not mention the underlying Qt requirement.
I can confirm that Spyder launches on 4.8, I don't have a 4.7 system to test on.

File "/home/eric/dev/spyder/spyderlib/widgets/explorer.py", line 120, in setup_view
self.fsmodel.directoryLoaded.connect(
AttributeError: 'QFileSystemModel' object has no attribute 'directoryLoaded'

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=2083

@spyder-bot spyder-bot added this to the v2.4 milestone Feb 17, 2015
@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-12-12T13:55:07Z

Thanks for reporting. I'll fix it so that Spyder keeps working on RedHat/CentOS.

Summary: Spyder stopped working with Qt4.6 (was: 2.3.2 works with Qt4.6, master requires at least 4.7)
Labels: MS-v2.4 Cat-SpyderGUI

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-12-17T13:51:51Z

This issue was closed by revision 5f34c0a48072 .

Status: Fixed

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

1 participant