|
ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
|
Using usb.core it should just be ensuring that libusb is installed and python-seabreeze is installed. Additionally, it is important to make sure that the libusb-1.0 dll is on the computer.
Previously, Wasatch.PY used the pyUSB legacy architecture by using regular 'import usb'. This means the following steps needed to be setup to get Ocean Insight spectrometers to generally work with Enlighten.
set your PYTHONPATH with the following command:
C:> set PYTHONPATH=.;..\Wasatch.PY;.\plugins;..\python-seabreeze;..\python-seabreeze\src