Whenever I try to use the python interpreter on windows,
C:\path>pythonw.exe cubes.py
<blank line>
C:\path>
happens.
using python.exe instead works, but every tutorial tells me to use pythonw.exe.
Am I missing something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to http://www.velocityreviews.com/forums/t752828-pythonw-exe.html, which I quickly verified myself:
This is precisely what you see. Don’t use pythonw.exe if you want an interactive interpreter.