Hi,
I'm using Python 3 (Python32\Lib) for Python Library Directory,
and error occured when I execute functions from os module.
for example:
import os
print(os.listdir('.'))
The Build error log prints:
File "C:\Python32\Lib\_abcoll.py", line 49
class Hashable(metaclass=ABCMeta):
^
SyntaxError: unexpected token '='
Error in BeforeScript : Python, This Action did not execute.