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

cannot convert #29

Open
toinsson opened this issue Jul 26, 2018 · 2 comments
Open

cannot convert #29

toinsson opened this issue Jul 26, 2018 · 2 comments

Comments

@toinsson
Copy link

hello,

I am running the example with PyQt5 and get the following:

Traceback (most recent call last):
  File "viz.py", line 5, in <module>
    proxy = Proxy('tcp://127.0.0.1:8000')
  File ".../lib/python3.6/site-packages/pizco/pizco.py", line 939, in __init__
    self._proxy_attr_as_remote, self._proxy_attr_as_object = self._proxy_agent.request_server('inspect', {})
  File ".../lib/python3.6/site-packages/pizco/pizco.py", line 884, in request_server
    raise ret_options
TypeError: MultiplyBy cannot be converted to PyQt5.QtCore.QObject in this context

Is this PyQt5 related?

@PierreBizouard
Copy link
Collaborator

PierreBizouard commented Jul 26, 2018 via email

@toinsson
Copy link
Author

Thanks for the quick reply.

I am just running the code from: https://pizco.readthedocs.io/en/latest/,
and changing
from PyQt4 import pyqtSignal as Signal to from PyQt5.QtCore import pyqtSignal as Signal

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

2 participants