python-pex Questions

1

Solved

I have a Python project which I would like to distribute as a Pex or shiv self-contained Python-executable package, in the spirit of the Python Packaging Guide, "Depending on a pre-installed P...
Skyler asked 13/6, 2022 at 2:45

3

Solved

I'm trying to package my local module with pex and I can't seem to manage to. I've created a simple project: → python --version Python 2.7.10 → pex --version pex 1.1.15 → tree . . ├── bla │   ├──...
Excisable asked 7/11, 2016 at 16:34

1

I am attempting to create a PEX file of a simple 3 page flask website. The website works with Gunicorn on python3, the client wants the site compiled to a encapsulated pex file. pex -r zb1/require...
Bailsman asked 15/9, 2016 at 20:10
1

© 2022 - 2024 — McMap. All rights reserved.