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

Crash because not compatible with QT 5.6 #58

Open
thePalindrome opened this issue Oct 9, 2017 · 0 comments
Open

Crash because not compatible with QT 5.6 #58

thePalindrome opened this issue Oct 9, 2017 · 0 comments

Comments

@thePalindrome
Copy link

When attempting to run via python pypipboyapp.py, I'm greeted with the following:

Traceback (most recent call last):
  File "pypipboyapp.py", line 816, in <module>
    pipboyApp = PyPipboyApp(sys.argv, inifile)
  File "pypipboyapp.py", line 127, in __init__
    self.signalConnectToHost.connect(self.connectToHost)
TypeError: decorated slot has no signature compatible with PyPipboyApp.signalConnectToHost[str, int, bool]

Digging around has shown no specific fix, but spyder-ide/spyder#3145 references it's related to QT 5.6+, and spyder-ide/spyder#3198 documents their fixes.

For reference, I'm running QT 5.7.1, and python 3.4.6 and 3.5.4, neither of which function.

For completeness' sake, python 2.7.14 returns the following:

    if selectDialog.exec(self._autodiscoverHosts):
                       ^
SyntaxError: invalid syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant