PyMoDAQ / pymodaq_plugins_physical_measurements

Set of PyMoDAQ plugins for various physical measurements: multimeter, lockin, oscilloscope, indus cameras...
MIT License
0 stars 7 forks source link

pywin32 dependency not installed #3

Open quantumm opened 2 years ago

quantumm commented 2 years ago

Hi, I installed the plugin with the plugin manager but when I launched a daq_viewer i realized i could not select the Lecroy waverunner plugin. In the log i had this error:

2022-03-18 15:53:15,973 - pymodaq.viewer1D_plugins - WARNING - daq_1Dviewer_LecroyWaverunner plugin couldn't be loaded due to some missing packages or errors: DLL load failed while importing win32api: Le module spécifié est introuvable.

I followed this: https://stackoverflow.com/questions/58612306/how-to-fix-importerror-dll-load-failed-while-importing-win32api

and installed the pywin32 package. It solved the error.

The problem is that pywin32 is declared as a dependency of the plugin ! So why it is not installed while installing the plugin?