Thanks for the project I am seeing the following error when i load a BSDL file . Can you help
$python3 main.py
Traceback (most recent call last):
File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 125, in loadFile
self.loadBSDL(pathname)
File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 134, in loadBSDL
if not self.parent.parser.initialized:
AttributeError: 'Mywin' object has no attribute 'parent'
Thanks for the project I am seeing the following error when i load a BSDL file . Can you help
$python3 main.py Traceback (most recent call last): File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 125, in loadFile self.loadBSDL(pathname) File "/home/hassin/projects/jtagGUI/Panels/MainWindow.py", line 134, in loadBSDL if not self.parent.parser.initialized: AttributeError: 'Mywin' object has no attribute 'parent'