pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

pytmc --help fails if QT is not installed. #201

Closed n-wbrown closed 4 years ago

n-wbrown commented 4 years ago

Instructions for qt installation is not documented or included in the requirements files.

klauer commented 4 years ago

Hmm, it should get picked up by the following:

https://github.com/slaclab/pytmc/blob/4442d24171cc20420abdb485872c9f954dedd64a/pytmc/bin/pytmc.py#L41-L46

which notes why you can't use a specific command (like pytmc debug) because of a missing import.

Which specific import is it bailing on?