[CentralOH] State of Python Deployment

Zak Kohler y2k at y2kbugger.com
Tue Mar 6 16:21:46 EST 2018


Does anyone you have any experience/opinion with using any of these,
specifically in a corporate environment?


I need to consider IIS as well as Windows 7/8/10 clients, with potentially
multiple applications per client with conflicting deps.


Are there any other options that I have missed?



*Dependency Resolvers*

Can be cross platform and correct packages can be pulled regardless of OS
or bit-ness

*pip + virtualenv*

·         Would work well pure python deps

·         QT and other binary deps could be issue

*(mini)conda + conda env*

·         handles binary deps as well

·         how to pull package deps from an intranet store?



*Freezers*

Contains all binary and python deps wrapped up into a single archive.
Finicky in my experience. Problems with UDF xlwings integration.

*cxfreeze*

*PyInstaller*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/centraloh/attachments/20180306/0bd8c003/attachment.html>


More information about the CentralOH mailing list