Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codes worked on other terminals but not on Geany #2749

Open
zoehdn opened this issue Feb 10, 2021 · 1 comment
Open

Codes worked on other terminals but not on Geany #2749

zoehdn opened this issue Feb 10, 2021 · 1 comment

Comments

@zoehdn
Copy link

zoehdn commented Feb 10, 2021

I tried to run the following codes on Geany and it reported errors. The same codes worked fine on Google Colab. Can anyone help me here? Thanks.

import re
match=re.search(r'\d\s*\d\s*\d', 'xx1 2 3xx')
match.group()

@b4n
Copy link
Member

b4n commented Feb 10, 2021

Normally support questions should rather go to the mailing list (or IRC).

In any case, we'll need more information than "Geany reported errors". What is your OS, Geany version, etc?

A wild guess: you're on Windows, and you didn't install Python separately (Geany doesn't come with it), or the way you installed Python did not put it into the system's search directories so that the default Geany configuration can find it. In the latter case, you can either get Python into the PATH, or adjust Geany's Python build commands to look in the right place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants