Python Forum
Running script pops up python.exe but blank - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Running script pops up python.exe but blank (/thread-17032.html)



Running script pops up python.exe but blank - Beerendar - Mar-25-2019

Hi, I have python 3.7.2 and atom IDE installed on my lenevo laptop AMD processor. Just to see everything works fine i started with "Hello World" program running the script from IDE pops up "python.exe" window but nothing displays, no characters are seen i closed the application(python.exe) ran it manually and tried typing but no characters seen. Can somebody help?


RE: Running script pops up python.exe but blank - ichabod801 - Mar-25-2019

Please post your code, in python tags.


RE: Running script pops up python.exe but blank - Beerendar - Mar-25-2019

Hi ichabod801,

The code is to print "Hello World".

print("hello world")



RE: Running script pops up python.exe but blank - nilamo - Mar-25-2019

(Mar-25-2019, 05:40 PM)Beerendar Wrote: ran it manually and tried typing but no characters seen
What does running it manually mean, specifically?


RE: Running script pops up python.exe but blank - Beerendar - Mar-26-2019

Nilamo,

Manually i meant navigating to python.exe on windows right click and select 'run as administrator'. This would launch python interpreter were in you type and run commands/code. But what i am facing is the interpreter starts when typing i do not see any character in that window.


RE: Running script pops up python.exe but blank - nilamo - Mar-26-2019

If you hit the windows key and R, to open the Run dialog, and type "cmd", a command prompt should open. Can you type in that?

If you can, type "python" and hit enter to start the interactive prompt. Can you type in that?


RE: Running script pops up python.exe but blank - Beerendar - Mar-26-2019

Yes i tried even that but still i do not see any character's neither the ">>>" prompt in the interpreter


RE: Running script pops up python.exe but blank - nilamo - Mar-26-2019

So what do you see when you open a command prompt?


RE: Running script pops up python.exe but blank - Beerendar - Mar-28-2019

Blank screen


RE: Running script pops up python.exe but blank - nilamo - Mar-28-2019

Can you maybe share a screenshot? There should be something there, and I have no idea how to help if the console doesn't work.