Skip to content

Python >= 3.0 Support #100

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. execute the scripts

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/usr/bin/flyback", line 4, in <module>
    import settings
  File "/usr/share/flyback/settings.py", line 15
    print PROGRAM_VERSION
                        ^
SyntaxError: invalid syntax


Solution:
Recplace print with print()


Original issue reported on code.google.com by pascal.u...@gmail.com on 7 Jan 2011 at 10:21

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions