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

\motobug-engine-designer-master>py main.py 'py' is not recognized as an internal or external command, operable program or batch file. #10

Open
mher22 opened this issue Oct 23, 2021 · 2 comments

Comments

@mher22
Copy link

mher22 commented Oct 23, 2021

\motobug-engine-designer-master>py main.py
'py' is not recognized as an internal or external command,
operable program or batch file.

@coderman64
Copy link
Owner

Hey! This is usually an issue with your local python configuration. Do you have python installed? How do you typically run it in the command line?

@coderman64
Copy link
Owner

For many windows installations of python, the default executable is called "py" and is placed in System32. Since this is the one that is in most people's paths I added that to the batch file. If you run python from the command line using "python" instead, change "py" to "python" in the .bat file before running.

Or, if you are just running it from the command line, try using "python" instead of "py"

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