adareau / HAL

HAL Atom Locator
GNU General Public License v3.0
2 stars 1 forks source link

Error while installing HAL #74

Closed charlieleprince closed 3 years ago

charlieleprince commented 3 years ago

Hi,

I tried to reinstall HAL (core only so far) but I get an error message while trying to start the program. There must be a bug in the setup parameters?

Traceback (most recent call last):
  File "./start", line 52, in <module>
    main(args, sys.argv)
  File "./start", line 45, in main
    window = MainWindow(debug=args.debug)
  File "/home/charlie/HAL/HAL/gui/main.py", line 241, in __init__
    self.setupElements()
  File "/home/charlie/HAL/HAL/gui/main.py", line 350, in setupElements
    display.setupDisplay(self)
  File "/home/charlie/HAL/HAL/gui/display.py", line 62, in setupDisplay
    default_display_name = list(self.display_classes)[0]
IndexError: list index out of range
adareau commented 3 years ago

should work now. @charlieleprince, can you confirm this is fine now ?

charlieleprince commented 3 years ago

All good! Thanks.