WasatchPhotonics / ENLIGHTEN

Open-source spectroscopy application for controlling and taking measurements from Wasatch Photonics spectrometers.
https://wasatchphotonics.com/product-category/software/
MIT License
3 stars 6 forks source link

Updates to run from source, build .app and create .dmg installer on MacOS #273

Closed mzieg closed 1 year ago

mzieg commented 1 year ago

Gah, this is frustrating. It works fine from source, and it works ONCE from the compiled binary app...but only once. On the SECOND call to DeviceFinderUSB.bus_polling, it dies — not on the call to usb.core.find(), but on the attempt to iterate the returned generator...

mzieg commented 1 year ago

"Gah" fixed.