jazzIIIlove
asked on
komodo IDE 7.1 python hello world in windows 7.
Hi there;
I am a complete newbie in python. I download Komodo IDE 7.1 and trying to run a Hello World program but failed in W7.
I wrote:
and when I go for F7 for running without debugging and I failed. I have no interpreter installed apparently.
I also go for Tools and Run command and write down the file name "hello.py" or "%Full_Path%hello.py" without quotes but failed.
What should I do to have an output in the console environment?
Attached are the files for shots:
Regards.
I am a complete newbie in python. I download Komodo IDE 7.1 and trying to run a Hello World program but failed in W7.
I wrote:
#!/usr/bin/env python
print("Hello\n")
and when I go for F7 for running without debugging and I failed. I have no interpreter installed apparently.
I also go for Tools and Run command and write down the file name "hello.py" or "%Full_Path%hello.py" without quotes but failed.
What should I do to have an output in the console environment?
Attached are the files for shots:
Regards.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
I am using a separate editor -- usually Notepad2 (I do not like vim). Then I launch the script from the cmd window.
ASKER
Hi;
Thanks.
Can you give me an example of launching a script from cmd (W7) or terminal (linux)?
Regards.
Thanks.
Can you give me an example of launching a script from cmd (W7) or terminal (linux)?
Regards.
ASKER
Forgot to ask:
Which IDE are you using in W7?
Regards.