Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Printing to stderr : stdout stderr « Development « Python
Python
Development
stdout stderr
Printing to stderr
print
'entering function'
import
sys print >> sys.stderr,
'entering function'
Related examples in the same category
1.
Use system function to output
2.
Different way to output string: print and sys.stdout.write
3.
Introducing stdout and stderr
4.
Redirecting stdout and stderr Output
5.
Redirecting Error Information