You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I wanted to test my own implementation of OPC UA with the Freeopcuaclient. I noticed that after specifying the certificates under "Settings>Client application certificate" opcua-client crashes with the message:
File "/home/.pyenv/versions/3.12.1/envs/thesis/lib/python3.12/site-packages/uaclient/mainwindow.py", line 311, in show_application_certificate_dialog
if ret == QDialog.Accepted:
^^^^^^^
NameError: name 'QDialog' is not defined
Abgebrochen (Speicherabzug geschrieben)
I am using PyQt5 (5.15.10) and Python (3.12.1) in a pyenv.
If I use the sources from the project (start the program with python app.py) it works. Probably the pip package would have to be adapted to the new sources.
The text was updated successfully, but these errors were encountered:
lm906
changed the title
update pip source for opcua client?
update pip source for opcua-client?
Jun 13, 2024
lm906
changed the title
update pip source for opcua-client?
update pip source for opcua-client
Jun 13, 2024
Today I wanted to test my own implementation of OPC UA with the Freeopcuaclient. I noticed that after specifying the certificates under "Settings>Client application certificate" opcua-client crashes with the message:
File "/home/.pyenv/versions/3.12.1/envs/thesis/lib/python3.12/site-packages/uaclient/mainwindow.py", line 311, in show_application_certificate_dialog
if ret == QDialog.Accepted:
^^^^^^^
NameError: name 'QDialog' is not defined
Abgebrochen (Speicherabzug geschrieben)
I am using PyQt5 (5.15.10) and Python (3.12.1) in a pyenv.
If I use the sources from the project (start the program with python app.py) it works. Probably the pip package would have to be adapted to the new sources.
The text was updated successfully, but these errors were encountered: