After following the instructions in the README & running the MSFileReader/MSFileReader_3.1SP4_x64.exe installer, trying to
rawfile = MSFileReader.ThermoRawfile("myfile.raw")
results in an "Invalid class string" error resulting from CreateObject line in MSFileReader.py.
Looks like the installer doesn't properly install MSFileReader, therefore comtypes can't create the object. Is this something we should take up with Thermo?
After following the instructions in the README & running the
MSFileReader/MSFileReader_3.1SP4_x64.exeinstaller, trying torawfile = MSFileReader.ThermoRawfile("myfile.raw")results in an "Invalid class string" error resulting from CreateObject line in MSFileReader.py.
Looks like the installer doesn't properly install MSFileReader, therefore comtypes can't create the object. Is this something we should take up with Thermo?