Closed Zlin526F closed 2 years ago
Hello, The stdf2ph5.py was written to be command line tool only and thus we used tqdm for process information. I will add one more argument in the SHP to disable the tqdm usage. By default the tqdm will be enabled and you have to disable. Seimit
Hello, I pushed the changes. Now the SHP.import_stdf_into_hdf5 method have 2 more arguments: disable_progress and disable_trace Both of them have default value False. Setting the value to true will disable tqdm library and/or trace in the console. Let me know if this will resolve your problem in your plugin. Seimit
Hello, I wrote an plugin for spyder with the Metis-package. When I call SHP.import_stdf_into_hdf5 an exception in spyder occur:
Unfortunately I also don't get more information about what exactly goes wrong with the internal console of spyder. But if I comment out the line with the tqdm, then it runs.