I'm very new to python and I'm trying to import a script so I can run it and I'm kind of barred off right out the gate. I'm uncertain where the invalid syntax is and how to fix it.
Traceback (most recent call last):
** IDLE Internal Exception:
File "C:\Python34\lib\idlelib\run.py", line 353, in runcode
exec(code, self.locals)
File "C:\Users\Admin\Desktop\hangouts\run.py", line 1, in <module>
import hangouts.py
File "C:\Users\Admin\Desktop\hangouts\hangouts.py", line 380
print "[%s] %s" % (os.path.basename(__file__), unicode(message).encode('utf8'))
^
SyntaxError: invalid syntax