ihaveamac / 3dsconv

Python script to convert Nintendo 3DS CCI (".cci", ".3ds") files to the CIA format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: invalid syntax

jon-moreira opened this issue · comments

When i try to run
python3 3dsconv.py game.3ds

i got this error

File "3dsconv.py", line 24 global boot9_path = os.environ[namevar] ^ SyntaxError: invalid syntax
can you help?

Using OSX v. 10.15.2

Fixed in bde8c8f

Your fix resolve the first issue, but now...

File "3dsconv.py", line 127
def print_v(*msg, end='\n'):
^
SyntaxError: invalid syntax

the icon ^ is down of letter d

Make sure you're using Python 3.4 or later, not 2.7.