FreeOpcUa / opcua-modeler

GUI to create OPC UA models and export them as XML
GNU General Public License v3.0
243 stars 89 forks source link

application is not running #90

Closed NakWarsi closed 4 years ago

NakWarsi commented 4 years ago

I am trying to run this application in Windows. when in run the command "start opcua-modeler.exe" then application opens and within a fraction of second it gets closed automatically. am I missing something ?

andylee513 commented 4 years ago

you may miss install PyQt5, run pip install PyQt5 first

NakWarsi commented 4 years ago

Thanks