Python script running error: os module

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.

Hi,
FinalBuilder uses IronPython to execute python scripts and as far as I’m aware, IronPython only supports Python 2. If you’d like to use the os module you’ll need to point FinalBuilder at a Python 2 install directory.

Cheers,

Ben