-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is what I get... when running python bms.py (game files and shit). python bms.py
File "bms.py", line 98
print var,pos,sz,fnum
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(var,pos,sz,fnum)?
This what I get when I use python 2. python2 bms.py
Traceback (most recent call last):
File "bms.py", line 11, in
from bmslex import lexer
File "/data/data/com.termux/files/home/py/pybms/bmslex.py", line 6, in
import ply.lex as lex
ImportError: No module named ply.lex
Metadata
Metadata
Assignees
Labels
No labels