Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parentheses to print statement in setup.py #20

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Add parentheses to print statement in setup.py #20

merged 1 commit into from
Oct 16, 2017

Conversation

lukasbindreiter
Copy link
Contributor

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 metaist merged commit 5eb188e into metaist:master Oct 16, 2017
@metaist
Copy link
Owner

metaist commented Oct 16, 2017

Thank you, @lukasbindreiter!

@lukasbindreiter lukasbindreiter deleted the print-fix-py3 branch October 19, 2017 13:05
@wookayin
Copy link

Please upload this to pypi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants