List Question
20 TechQA 2024-03-26T16:18:34.087000Install (non-bundled) dependencies with a .pyz file?
57 views
Asked by cwhakes
Python pyz executable is not using local dependencies
56 views
Asked by Aditya Chandel
"ImportError: cannot import name 'base_impl'" while running standalone python zipapp executable
159 views
Asked by veysel
Can I create an executable Python zip archive with dependencies?
1.3k views
Asked by Psionman
How do I compile a Python zipapp as optimized?
108 views
Asked by Bharel
How can I know if my python script is running within zipapp package?
201 views
Asked by Anibal Jodorcovsky
Why do Python zipapps get slower the bigger they get?
194 views
Asked by DrownedSuccess
How to access a file resource using importlib.resources when all files are at the root of a folder?
381 views
Asked by u84six
ModuleNotFound exception with zipapp and compiled C code
513 views
Asked by samba2
Python zipapp with data files
161 views
Asked by Gomo55
Store python zipapp (`.pyz`) on PyPi Nexus
94 views
Asked by Thomas
How to make a zipapp of current directory?
254 views
Asked by Adithya Narayan
How to use a python zipapp as a kernel in Jupyter Notebook
213 views
Asked by xrq0
Dependency hell with beautifulsoup4 and lxml
830 views
Asked by Robert Petermeier
What is the correct way to import modules for standalone app created using `python -m zipapp`?
1.2k views
Asked by Ihar Katkavets
How to load a C dynamic library embedded in a python package with ctypes
861 views
Asked by Dan
Manage resources in pyz applications
1k views
Asked by Dan
executing a pyz file thru SSH fails with invalid syntax. Why?
424 views
Asked by subzero
How to make Flask/Jinja2 load bundled templates in an executable zip archive?
1.6k views
Asked by Flux
How to bundle httpie with httpie-aws-authv4 into Python zipapp?
219 views
Asked by mgaert