As a programming language, Python does not have a method to print to the printer in part because that is handled by the OS that you are running. You could use Python to program an interface to send something to the printer daemon for the OS that you are using, but there is nothing built in. Aside from the above, there is little else that can be deduced from "print is not working". If you include the OS that you are on, the version of Python that you are using, the complete error message, and some code, more helpful comments would probably be posted. Please be advised that there are no psychics here.
Comment