Python Forum
to call via console a python-programm
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
to call via console a python-programm
#8
The default installer will also create a py.exe in your path. You can use that instead if you prefer.

The >>> string is the prompt from the interactive python interpreter. You can type python commands, but that's not how you run python scripts. Run them from the C:> prompt. Are you typing the "C:\Python39...." stuff? That should just be a prompt, not the part you type.

C:\> py zeit_01.py
or
C:\> python zeit_01.py
Note no ">>>" in the prompt.
Reply


Messages In This Thread
to call via console a python-programm - by Liki - Nov-21-2020, 01:10 AM
RE: to call via console a python-programm - by Liki - Nov-21-2020, 01:42 AM
RE: to call via console a python-programm - by Liki - Nov-21-2020, 02:03 AM
RE: to call via console a python-programm - by Liki - Nov-21-2020, 02:54 AM
RE: to call via console a python-programm - by Liki - Nov-21-2020, 03:00 AM
RE: to call via console a python-programm - by bowlofred - Nov-21-2020, 04:50 AM
RE: to call via console a python-programm - by Liki - Nov-21-2020, 10:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  In Console,Python anna17 0 246 Mar-23-2024, 08:24 PM
Last Post: anna17
  embed python script in C programm gucio321 0 637 Feb-11-2023, 10:47 AM
Last Post: gucio321
  Python Flask Realtime system printout (console) ffmpeg jttolleson 3 3,048 Apr-18-2022, 06:39 PM
Last Post: jttolleson
  Python library for win32 console commands eldiener 3 3,560 Aug-24-2021, 10:28 PM
Last Post: bowlofred
  Problem: Restart kernel onPydev console when trying to install a python package poppy2020 1 7,818 Nov-25-2020, 06:13 PM
Last Post: Larz60+
  My Python Console doesn´t work ModuleNotFoundError: No module named 'tokenize' RuanKishibe 1 3,195 Aug-06-2020, 10:07 PM
Last Post: deanhystad
  Adding colour to Python console Archangelos 4 2,840 Apr-15-2020, 05:15 PM
Last Post: newbieAuggie2019
  how to get some values from js on python console by python code vivekagrey 1 1,932 Feb-13-2020, 09:26 PM
Last Post: micseydel
  I don't know what's wrong with this code [Python Console] H0M1C1D4L_P1G 6 3,321 Dec-22-2019, 10:27 PM
Last Post: snippsat
  Call pip3 from python folder build by me call pip3 from the /usr/bin Suryavarman 3 3,774 Oct-07-2019, 10:23 PM
Last Post: Suryavarman

Forum Jump:

User Panel Messages

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