[Distutils] print module
Alex Walters
tritium-list at sdamon.com
Tue Jan 30 08:28:01 EST 2018
This is not the correct list to ask about problems with your code (It is
very likely that your program redefined the name print. Python-list would
be the list to ask). There is no module to import to get the print
function. There is a special import to turn the print keyword to the print
function in python 2.7 (from __future__ import print_function). There is no
third party module for this. Even if there where, this list is for the
packaging infrastructure of python, not module support.
From: Distutils-SIG
[mailto:distutils-sig-bounces+tritium-list=sdamon.com at python.org] On Behalf
Of Kevin Urban
Sent: Monday, January 29, 2018 12:47 PM
To: distutils-sig at python.org
Subject: [Distutils] print module
Just starting out unable to use print function on a mac. Which module do I
import to use print?
Kevin Urban
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20180130/a912645b/attachment.html>
More information about the Distutils-SIG
mailing list