Closed melfon closed 4 months ago
A backslash is missing in the generated windows path.
Changing line 25 will solve it:
"windows": os.path.join("C:\", "Program Files", "WaveMetrics", "Igor Pro * Folder", "IgorBinaries_x64", "Igor64.exe")}
In the code I put in a double backslash. That does not show up above.
Thank you for pointing out the issue with the Windows path. I appreciate your suggestion. I will update the code accordingly.
A backslash is missing in the generated windows path.
Changing line 25 will solve it:
"windows": os.path.join("C:\", "Program Files", "WaveMetrics", "Igor Pro * Folder", "IgorBinaries_x64", "Igor64.exe")}