7 ms·
Yes, packaging Python applications for distribution is yet another nightmare situation. Back in the day, we used one of the various "freeze" applications (cxfr
by disconnected 8y ago
Yes, packaging Python applications for distribution is yet another nightmare situation.
Back in the day, we used one of the various "freeze" applications (cxfreeze, bbfreeze, probably others) and some tools developed in-house to package and distribute them for various platforms.
It has been a while since I actually needed to do this, so I don't know what the current state of the art is.