FreeOpcUa / opcua-client-gui

OPC-UA GUI Client
GNU General Public License v3.0
534 stars 176 forks source link

How to build the project in windows? #95

Closed liuyazui closed 1 year ago

schroeder- commented 1 year ago

From the readme

Windows: Install winpython https://winpython.github.io/ , install the version including pyqt5! Use pip to install opcua-client: pip install opcua-client Run via the script pip created: YOUR_INSTALL_PATH\Python\Python35\Scripts\opcua-client.exe To update to the latest release run: pip install opcua-client --upgrade

But you can just try to this line: pip install opcua-client

liuyazui commented 1 year ago

I mean how to build from the source file. When I run python3 app.py, doesn't show th gui window.

schroeder- commented 1 year ago

python setup.py install