treyhunner / names

Random name generator
MIT License
462 stars 107 forks source link

Invalid syntax error #26

Closed ZackWhiteIT closed 2 years ago

ZackWhiteIT commented 4 years ago
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
JavaIsPain commented 4 years ago

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