treyhunner / names

Random name generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid syntax error

ZackWhiteIT opened this issue · comments

Traceback (most recent call last):
  File ".\foo\bar.py", line 12, in <module>
    import names
  File "..\venv\lib\site-packages\names\__init__.py", line 39
    print get_full_name()
          ^
SyntaxError: invalid syntax

Looks like you are trying to execute an old version of the script with python3. Are you sure you are using 0.3?