Python Forum
Running script pops up python.exe but blank
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running script pops up python.exe but blank
#1
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?
Reply
#2
Please post your code, in python tags.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
Hi ichabod801,

The code is to print "Hello World".

print("hello world")
Reply
#4
(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?
Reply
#5
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.
Reply
#6
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?
Reply
#7
Yes i tried even that but still i do not see any character's neither the ">>>" prompt in the interpreter
Reply
#8
So what do you see when you open a command prompt?
Reply
#9
Blank screen
Reply
#10
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  No Internet connection when running a Python script basil_555 8 439 Mar-11-2024, 11:02 AM
Last Post: snippsat
Question Running Python script through Task Scheduler? Winfried 8 335 Mar-10-2024, 07:24 PM
Last Post: Winfried
  Help Running Python Script in Mac OS emojistickers 0 306 Nov-20-2023, 01:58 PM
Last Post: emojistickers
  Trying to make a board with turtle, nothing happens when running script Quascia 3 607 Nov-01-2023, 03:11 PM
Last Post: deanhystad
  Python Launcher Pops Up When Py-based App Is Running (Mac) radix_optimus 0 505 Sep-18-2023, 09:22 AM
Last Post: radix_optimus
  Is there a *.bat DOS batch script to *.py Python Script converter? pstein 3 3,000 Jun-29-2023, 11:57 AM
Last Post: gologica
  Python script running under windows over nssm.exe JaroslavZ 0 671 May-12-2023, 09:22 AM
Last Post: JaroslavZ
  Running script with subprocess in another directory paul18fr 1 3,468 Jan-20-2023, 02:33 PM
Last Post: paul18fr
  python insert blank line in logger mg24 1 2,719 Nov-02-2022, 08:36 AM
Last Post: snippsat
  Win32\ping.exe windows pops up -very annoying... tester_V 9 3,126 Aug-12-2021, 06:54 AM
Last Post: tester_V

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020