-
Notifications
You must be signed in to change notification settings - Fork 5
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
zipapps with nuitka #11
Labels
enhancement
New feature or request
Comments
import sys
import zipimport
path = 'app.pyz'
sys.path.insert(0, path)
zipimport.zipimporter(path).load_module('__main__')
import requests
print(requests.get('http://httpbin.org/get').text)
|
If using |
Windows demo, to init the folders
|
failed for using nuitka with zipapps use nuitka with simple gui https://github.com/ClericPy/nuitka_simple_gui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
build with nuitka, and the requirements from Zipapps
The text was updated successfully, but these errors were encountered: