GUI frontend for Pylinac and Pydicom

119 views
Skip to first unread message

alanm...@gmail.com

unread,
Jun 5, 2024, 3:17:07 AM6/5/24
to Pylinac
It seems there is still a need for a stand alone GUI for Pylinac. I’ve released LinaQA (https://github.com/alanphys/LinaQA) a GUI frontend for Pylinac and Pydicom. It is intended to be a general purpose medical physics quality assurance tool for radiotherapy, nuclear medicine and diagnostic radiology. In addition to a number of the Pylinac analyses it supports viewing and editing DICOM tags including nested tags.

LinaQA.png

Please report issues or feedback at https://github.com/alanphys/LinaQA/issues.

Regards, Alan

James Kerns

unread,
Jun 5, 2024, 8:47:37 AM6/5/24
to Pylinac
Awesome work!

Sougou Marane

unread,
Oct 27, 2025, 4:26:41 AM (12 days ago) Oct 27
to Pylinac

from PyQt5.QtWidgets import (
ImportError: DLL load failed while importing QtWidgets: The specified procedure could not be found.

error while running  LinaQA.pyw in pycharm.
plase guide

alanm...@gmail.com

unread,
Oct 27, 2025, 7:02:07 AM (12 days ago) Oct 27
to Pylinac
Hi Sougou

Please check that you have PyQt5 installed in Pycharm. Go to "File, Settings" in the mainmenu. Select "Project, Python Interpreter" in the settings window. Under the list of packages you should see "PyQt5", " PyQt5-Qt5" and "PyQt5-sip". Also make sure your python interpreter/virtual environment is correct.

I presume because it's looking for a dll that you are running something like Anaconda. Don't mix the install methods. Use either Conda install or pip install for all your packages in that environment.

Regards
Alan
Reply all
Reply to author
Forward
0 new messages