Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: invalid syntax #23

Closed
jon-moreira opened this issue Feb 6, 2020 · 3 comments
Closed

SyntaxError: invalid syntax #23

jon-moreira opened this issue Feb 6, 2020 · 3 comments

Comments

@jon-moreira
Copy link

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

@ihaveamac
Copy link
Owner

Fixed in bde8c8f

@jon-moreira
Copy link
Author

jon-moreira commented Feb 6, 2020

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

@ihaveamac
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants