Builtins module missing?

When I run some scripts I got this errors, is this a problem with my setup?
(I can confirm that my system has the module builtins installed)

Start
Traceback (most recent call last):
  File "New Tab with Transformed Components.py", line 4, in <module>
    from builtins import str
ImportError: No module named builtins
End
juan@MacBook-Pro-de-Juan: python
Python 2.7.16 (default, Jun 19 2019, 07:42:24)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from builtins import str
>>>

This is fixed in the script already. Please make sure you update to the latest version.