Skip to content
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

Example of packaging app using Nuitka compiler #396

Open
cztomczak opened this issue Sep 7, 2017 · 3 comments
Open

Example of packaging app using Nuitka compiler #396

cztomczak opened this issue Sep 7, 2017 · 3 comments

Comments

@cztomczak
Copy link
Owner

cztomczak commented Sep 7, 2017

See project: https://github.com/kayhayen/Nuitka

Nuitka has these features:

  1. Can compile program to .exe
  2. Can compile Python .py modules to .pyd or .so modules
  3. Can compile whole Python packages to .pyd/.so module

See also related issues labeled with: packaging.

@pfalcon
Copy link

pfalcon commented Jan 9, 2018

@kayhayen: FYI.

@cztomczak
Copy link
Owner Author

cztomczak commented Jan 9, 2018

Currently cefpython only has an example of packaging with PyInstaller on Windows. See README-pyinstaller.md. It would be nice to add support for more packagers. Pull requests are welcome.

@psytron
Copy link

psytron commented Sep 28, 2019

+1 . Would be Marvelous combination: webUI in CEF + Python data services, compiled as standalone binary with Nuitka. +1 window.postMessage or data connection to host. Excellent work @cztomczak @kayhayen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants