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

'.' is not recognized as an internal or external command #2437

Closed
ljunzju opened this issue Feb 13, 2020 · 4 comments
Closed

'.' is not recognized as an internal or external command #2437

ljunzju opened this issue Feb 13, 2020 · 4 comments
Labels
build-commands Issues related to running build commands, the Set Build Commands dialog, etc. invalid windows

Comments

@ljunzju
Copy link

ljunzju commented Feb 13, 2020

Hi there,

I am a user of Geany for Python. One day I encountered an error when I run the software: '.' is not recognized as an internal or external command, no matter what is the code even though print("Hello world"). I tried to reinstall the software and reboot the computer but the error shows up all the time. It was running perfectly before this happened.

@elextr
Copy link
Member

elextr commented Feb 13, 2020

Try running Geany with a new configuration, on Linux geany -c /tmp/something_that_does_not_exist

If that fixes it you have modified something in your configuration and need to unmodify it. Note re-installing won't change your config, you need to either delete it and set up again, or find what you broke (probably a build command). Which is easier will depend on how much you have changed in the config.

@b4n
Copy link
Member

b4n commented Feb 14, 2020

Given the error message, I'd wager you're on Windows. So the configuration is somewhere around C:\Users\YourName\Roaming\geany or something like that (not being a Windows user myself it's a rough guess)

@ljunzju
Copy link
Author

ljunzju commented Feb 14, 2020

Given the error message, I'd wager you're on Windows. So the configuration is somewhere around C:\Users\YourName\Roaming\geany or something like that (not being a Windows user myself it's a rough guess)

Yes, I am using Windows and solved the issue by following your comments. It is because of the configuration. Even though I tried to reload configuration from the TOOLS at the beginning which did not solve the problem. This time what I did was locate to the Roaming\geany folder and delete the geany.conf file and it's working perfectly. Thanks a lot

@elextr
Copy link
Member

elextr commented Feb 14, 2020

Closed fixed

@elextr elextr closed this as completed Feb 14, 2020
@codebrainz codebrainz added build-commands Issues related to running build commands, the Set Build Commands dialog, etc. invalid windows labels Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-commands Issues related to running build commands, the Set Build Commands dialog, etc. invalid windows
Projects
None yet
Development

No branches or pull requests

4 participants