Skip to content

Py.Builtin: No module named __builtin__ & xlfunc name changed to xlsub name #54

@JohnnySG

Description

@JohnnySG

When I Py.Call Py.Builtin module, there is an Importerror: No module named __builtin__ .
My python version is Python3.4.
In file xlpyserver.py, line 191, I change:
import __builtin__
to:
import builtins
because I use version 3, however it doesn't work.
How can I fix it, please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions