Error when running executable generated by pyinstaller [pyvisa-py] – Debian
I'm trying to build an executable from a simple python script using pyvisa-py but I'm running into error after I run the executable generated by pyinstaller. Here what my small python code looks like import pyvisa as visa import tkinter…