Python Forum
print() statement not executing..
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
print() statement not executing..
#4
If you don't give arguments, do you see the "Type Destnination and source file" message? The print statement is likely executed, but the output of the program (its stdout stream) is rerouted to someplace that you can't see.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
print() statement not executing.. - by bmohanraj91 - May-01-2017, 08:38 AM
RE: print() statement not executing.. - by buran - May-01-2017, 08:48 AM
RE: print() statement not executing.. - by Ofnuts - May-01-2017, 03:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why doesn't this print statement work? stylingpat 10 5,845 Mar-23-2021, 07:54 PM
Last Post: buran
  Runs perfect in Python but fails to print last statement when converted to .exe. Help sunil422 3 2,865 Aug-13-2020, 01:22 PM
Last Post: deanhystad
  Taking brackets out of list in print statement pythonprogrammer 3 2,435 Apr-13-2020, 12:25 PM
Last Post: perfringo
  capture print statement written in Stored Procedure in SQL Server brijeshkumar_77 0 2,593 Feb-18-2020, 03:22 AM
Last Post: brijeshkumar_77
  printing a list contents without brackets in a print statement paracelx 1 2,162 Feb-15-2020, 02:15 AM
Last Post: Larz60+
  Embedding return in a print statement Tapster 3 2,318 Oct-07-2019, 03:10 PM
Last Post: Tapster
  Quotes and variables in print statement Mark17 4 3,104 Sep-13-2019, 04:07 PM
Last Post: Mark17
  Passing print output into another print statement Pleiades 6 3,204 Sep-08-2019, 02:37 PM
Last Post: Pleiades
  If statement won't print coreywratchford66 1 2,454 May-15-2019, 12:26 AM
Last Post: ichabod801
  if /else statement not executing correctly bluethundr 3 2,817 Apr-15-2019, 10:20 PM
Last Post: bluethundr

Forum Jump:

User Panel Messages

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