Python Forum
Cannot get cmd to print Python file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot get cmd to print Python file
#5
(May-15-2024, 06:02 AM)Gribouillis Wrote:
(May-15-2024, 05:04 AM)Schauster Wrote: >>> python C:\Users\brett\OneDrive\Desktop\Intro
Don't call the 'python' command from within the Python interpreter (>>>). Call it directly from the command line (and don't forget the .py suffix)
Output:
C:\Users\brett>python C:\Users\brett\OneDrive\Desktop\Intro.py

Ok so I tried to open the command prompt and tried both without typing python first, then it didn't have the three >>>. Afterwards, I typed python and got the 3 >>>, either way I got errors.

C:\Users\brett>C:\Users\brett\OneDrive\Desktop\Intro.py
'C:\Users\brett\OneDrive\Desktop\Intro.py' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\brett>python
Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> C:\Users\brett\OneDrive\Desktop\Intro.py
File "<stdin>", line 1
C:\Users\brett\OneDrive\Desktop\Intro.py
^
SyntaxError: unexpected character after line continuation character
Reply


Messages In This Thread
Cannot get cmd to print Python file - by Schauster - May-14-2024, 04:51 PM
RE: Cannot get cmd to print Python file - by Schauster - May-15-2024, 08:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Saving the print result in a text file Calli 8 4,074 Sep-25-2022, 06:38 PM
Last Post: snippsat
  failing to print not matched lines from second file tester_V 14 8,955 Apr-05-2022, 11:56 AM
Last Post: codinglearner
  Print to a New Line when Appending File DaveG 0 1,675 Mar-30-2022, 04:14 AM
Last Post: DaveG
Sad Want to Save Print output in csv file Rasedul 5 15,434 Jan-11-2022, 07:04 PM
Last Post: snippsat
  Convert legacy print file to XLSX file davidm 1 2,501 Oct-17-2021, 05:08 AM
Last Post: davidm
  Why it does not print(file.read()) Rejaul84 1 3,228 Jul-01-2021, 10:37 PM
Last Post: bowlofred
  get two characters, count and print from a .txt file Pleiades 9 5,010 Oct-05-2020, 09:22 AM
Last Post: perfringo
  Cannot redirect print to a file tester_V 3 3,271 Sep-11-2020, 12:21 AM
Last Post: tester_V
  Print/write to file function tpolim008 4 3,909 Apr-01-2020, 07:59 PM
Last Post: tpolim008
  Print date, Time and output to file tpolim008 3 3,257 Mar-26-2020, 06:49 PM
Last Post: ndc85430

Forum Jump:

User Panel Messages

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