robotis / rlfl

Python RogueLike Function Library
http://packages.python.org/rlfl/index.html
GNU General Public License v3.0
26 stars 5 forks source link

Syntax error in RLFLexample #1

Closed josephmarlin closed 13 years ago

josephmarlin commented 13 years ago

Sorry, don't have time to fork and fix:

File "full_example.py", line 10, in import RLFLExample File "/home/joemarlin/Downloads/robotis-rlfl-b8ee976/examples/RLFLExample.py", line 11 print('S', end="") ^ SyntaxError: invalid syntax

robotis commented 13 years ago

Hello. This is python3 syntax. I plan on writing examples for python2 as soon as I have the time.

josephmarlin commented 13 years ago

Ah, that explains it. Thanks!