Hacker News new | ask | show | jobs
by wormlord 707 days ago
PyInstaller + bundling the dlls and binaries works well for me
1 comments

One annoying problem that I encountered with that approach was different binaries having different version conflicts on different platforms. Not unsolvable, but definitely unsolvable without a whole lot of irritation, and a huge PITA to maintain. It definitely makes it possible though, which is a whole lot better than nothing.