sedwards2009 / extraterm

The swiss army chainsaw of terminal emulators
https://extraterm.org
MIT License
2.52k stars 116 forks source link

Fix Python Regexp for Cygwin #317

Closed dogancelik closed 3 years ago

dogancelik commented 3 years ago

I installed Extraterm 0.57 today, I opened it and got this error:

Unable to find a suitable python executable in cygwin installation

error

Same error in Settings panel:

settings

I have Python 3 installed in Cygwin so this error was a mistake.

python3 files

Error is solved by removing m from the regex.

no error

sedwards2009 commented 3 years ago

That is a clear story. Thanks.