Skip to content

Can run bms.py #1

@dAtiuy

Description

@dAtiuy

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

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