Python Forum
How to send output to stout?
Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to send output to stout?
#3
I always find it helpful to include 'print' commands at various points in the script in order to see if things are actually what they are meant to be.

Quote:What would I need to add in order for this to show me each login attempt and allow  me to also see the "Wrong Answer" output from the application when I enter a wrong PIN?
You might use a 'try/except' statement.
Quote:Also, if there is something better than pexpect that I should consider in this case please let me know.
The only thing that comes to mind at the moment is Pythons built-in 'subprocess'
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
How to send output to stout? - by natv - Sep-28-2016, 11:31 AM
RE: How to send output to stout? - by Crimson King - Sep-28-2016, 01:01 PM
RE: How to send output to stout? - by natv - Sep-28-2016, 01:59 PM
RE: How to send output to stout? - by sparkz_alot - Sep-28-2016, 01:05 PM
RE: How to send output to stout? - by Larz60+ - Sep-28-2016, 06:48 PM
RE: How to send output to stout? - by micseydel - Sep-28-2016, 06:53 PM
RE: How to send output to stout? - by Larz60+ - Sep-29-2016, 10:32 AM
RE: How to send output to stout? - by natv - Sep-29-2016, 01:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Send The output of Gyroscope sensor to node red jenkins43 1 2,140 Feb-07-2019, 11:00 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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