HearthSim/python-fsb5

one question&bug

Closed this issue · 4 comments

win 7 64
python27

There is a mistake

cmd
python extract.py

File "extract.py",line 29
def print <self,*args>:
SyntaxError: invalid syntax

How to deal with it???

Replaced python3.0.1
There is a new problem

cmd
python extract.py -0 b music.fsb
Traceback :
File"extract.py",line 3,in module>
import argparse
ImportError: No module named argparse

Which version of the python you are using

Hey

The script is meant to run with python3. Argparse is part of python 3.2 and up so that would be why 3.0.1 isn't working.
Sorry it's not clear - that's my bad. I should note that in the the README.

Noted as of 3627903