Skip to content

Cannot pip install directly, python syntax error #13

@CygnusRavus

Description

@CygnusRavus

Appears that the last couple of lines of setup.py has a

except ImportError: print 'py2exe not found. py2exe command not available'

Adding parentheses fixes the problem:

except ImportError: print ('py2exe not found. py2exe command not available')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions