metaist / pdfmerge

Command-line utility for merging, splicing, and rotating PDF documents.
http://metaist.github.io/pdfmerge/
Other
121 stars 24 forks source link

Add parentheses to print statement in setup.py #20

Closed lukasbindreiter closed 7 years ago

lukasbindreiter commented 7 years ago

Running pip install pdfmerge on python3 without py2exe installed leads to an ImportError which then attempts to print: "NOTE: If you want to build a Windows ..."

Instead, it raises a syntax error because the parentheses are missing. That's the case because 2to3 is only used on the source of pdfmerge, not on the setup file.

metaist commented 7 years ago

Thank you, @lukasbindreiter!

wookayin commented 5 years ago

Please upload this to pypi.