8000 Standalone binary? · Issue #1892 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

Standalone binary? #1892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zumpchke opened this issue Mar 11, 2016 · 3 comments
Closed

Standalone binary? #1892

zumpchke opened this issue Mar 11, 2016 · 3 comments

Comments

@zumpchke
Copy link

Is it possible to create a standalone executable of a Python script using MicroPython as a "backend", similar to the Nuitka project?

@dpgeorge
Copy link
Member

No, it's not currently possible to do this, although we are very close. Please continue the discussion in #1295.

@zumpchke
Copy link
Author
928C

Thanks.

I actually think frozen bytecode in #1811 will achieve what I'm after. Since my platform has no REPL or file system, is there a way to run the static bytecode, i.e run_bytecode?

@dpgeorge
Copy link
Member

Since my platform has no REPL or file system, is there a way to run the static bytecode, i.e run_bytecode?

Yes, pyexec_frozen_module(). That PR comes with an example that works on pyboard.

tannewt pushed a commit to tannewt/circuitpython that referenced this issue May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0