iljabauer / python-escpos

Automatically exported from code.google.com/p/python-escpos
GNU General Public License v3.0
0 stars 0 forks source link

Python 3.3.2 64bit Windows installation errors #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Hi jacopobellani,

The syntax was updated to fit your needs.

Thank you!

Original comment by manpaz on 30 May 2013 at 3:57