Pyinstaller to pack the pyvisa-py
universeviva opened this issue · comments
I have a question about pyinstaller
i use the Pyinstaller to pack the pyvisa-py in order to get a executable program in ubuntu.
i exe the programer that can detect network instrument but not detect usb instrument.
system environment: ubuntu
pack command :pyinstaller --distpath /opt/ate-conn-uni-standard --name conn-stand --collect-all=sanic --hidden-import=pyvisa_py --hidden-import=pyusb -F main.py
I look forward to your reply. Thank you very much
Have you read the docu on pyinstaller esp the troubleshooting guide?
Would it be possible to share the logfiles?
I assume usb instruments are not detected due to missing pyusb or its lower-lvel dependencies..
Could also be a linux user-rights issue..
i understand thank you
thank you i see