Explore >> Select a destination


You are here

tonyfinn.com
| | www.makeworld.space
11.3 parsecs away

Travel
| | Packaging a Python project into a standalone executable is often a struggle. Thankfully we have tools like PyInstaller to make this easier. Recently I ran into another struggle of my own, which was that it seemed impossible to "cross-compile" with PyInstaller. That is to say, run PyInstaller on one OS, and have it generate an executable for another. It was hinted at that Linux ? Windows was possible using Wine, but I couldn't find any guides on it.
| | www.thedroneely.com
9.2 parsecs away

Travel
| | NixOS is a Linux distribution built around the Nix package manager. The configuration of the entire system is declarative allowing for immutability and reproducibility.
| | ejpcmac.net
6.9 parsecs away

Travel
| |
| | www.djpeacher.com
72.0 parsecs away

Travel
| If you are trying to use "System Python" or manually install other versions, you could be saving yourself a lot of grief by using a version manager instead.