Skip to content

SDK does not work when used in the interpreter but works when used inside a script #42

@hedonhermdev

Description

@hedonhermdev
# this does not work
$ python
Python 3.10.12 (main, Jun 23 2023, 11:49:23) [Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mayalabs
/Users/tirthjain/src/maya/venv/bin/python: can't find '__main__' module in '/Users/tirthjain/src/maya/'

$ # this works
$ echo 'import mayalabs' > one.py && python one.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions