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

update pip source for opcua-client #101

Open
lm906 opened this issue Jun 13, 2024 · 0 comments
Open

update pip source for opcua-client #101

lm906 opened this issue Jun 13, 2024 · 0 comments

Comments

@lm906
Copy link

lm906 commented 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.

@lm906 lm906 changed the title update pip source for opcua client? update pip source for opcua-client? Jun 13, 2024
@lm906 lm906 changed the title update pip source for opcua-client? update pip source for opcua-client Jun 13, 2024
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