Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@JohnnySG

Description

@JohnnySG
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.