chocolate-icecream / pyigor

MIT License
1 stars 1 forks source link

Problem finding the correct path in windows #2

Closed melfon closed 2 months ago

melfon commented 3 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")}

melfon commented 3 months ago

In the code I put in a double backslash. That does not show up above.

chocolate-icecream commented 3 months ago

Thank you for pointing out the issue with the Windows path. I appreciate your suggestion. I will update the code accordingly.