What steps will reproduce the problem?
1. Install Python 3.3.2 64bit on Windows machine
2. py setup.py build
3. py setup.py install
What is the expected output? What do you see instead?
Some syntax error because print in Python 3 becomes a function, so escpos.py
has to been edited (see attachments). In printer.py, line 34, there is an
inconsistent use of tabs and spaces in indentation.
What version of the product are you using? On what operating system?
python-escpos-1.0-1, Python 3.3.2 64bit on Windows machine
Please provide any additional information below.
I've attached modified copies of escpos.py and printer.py
Original issue reported on code.google.com by jacopobe...@gmail.com on 26 May 2013 at 2:29
Original issue reported on code.google.com by
jacopobe...@gmail.com
on 26 May 2013 at 2:29Attachments: