-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Hello,
I suspect the object you are trying to give access to. Has attributes which
are PyQt5 objects, when the clients connect and call inspect it tries to
serialize the object. I dont think its pyqt, its more a
implementation/capability.
More code may help. Especially the remote object attributes.
Le jeu. 26 juil. 2018 à 12:44, Toinsson <notifications@github.com> a écrit :
… 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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGMr0TH7uRtUq75dScrkqIPaFfMNQO6xks5uKZ2QgaJpZM4Vhl5x>
.
|
Thanks for the quick reply. I am just running the code from: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello,
I am running the example with PyQt5 and get the following:
Is this PyQt5 related?
The text was updated successfully, but these errors were encountered: