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....@python.org] On Behalf Of Kevin Urban Sent: Monday, January 29, 2018 12:47 PM To: distutils-sig@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
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig