jetperch / pyjoulescope_ui

Joulescope graphical user interface
https://www.joulescope.com
Apache License 2.0
87 stars 26 forks source link

Calibration widget assets not being installed #242

Closed florolf closed 11 months ago

florolf commented 11 months ago

Joulescope model

JS220

UI version

other

What OS are you seeing the problem on?

Linux Ubuntu amd64 (PC)

What happened?

When trying to open the calibration widget, the UI crashes because it cannot find current_offset.png (and voltage_offset.png).

They are present in the source, but do not get installed into the appropriate paths when pip install is executed.

What was expected?

The referenced files should get installed and the UI should not crash.

How to reproduce?

  1. Install the UI, for example using python -m pip install -U --upgrade-strategy=eager joulescope_ui
  2. Attach a JS220 and start the UI
  3. Try opening the calibration widget

Extra information

No response

mliberty1 commented 11 months ago

Fixed in 1.0.46