Skip to content

Commit

Permalink
bump to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitguigal committed Oct 31, 2014
1 parent 193cffd commit 7e034b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name="python_epson_printer",
version="1.2",
version="1.3",
description="A library to control Epson thermal printers based on ESC/POS language",
url="https://github.com/benoitguigal/python-epson-printer",
author="benoitguigal",
Expand Down

2 comments on commit 7e034b2

@eriktovar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im getting an error when installing pillow.
Warning no files found
and then it gives me an error
_imaging.c:76:20: fatal error: Python.h: No such file or directorycompilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
Does it have to do with the new 1.3 version?

@benoitguigal
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello eriktovar,
It seems related to your python installation
Can you try re-installing python-dev ?
sudo apt-get install python-dev

Please sign in to comment.