• @[email protected]
      link
      fedilink
      145 months ago

      Idk, it’s rare for an electron app to literally not even run. Meanwhile I’m yet to encounter a python app that doesn’t require me to Google what specific environment the developer had and recreate it.

      • @[email protected]
        link
        fedilink
        55 months ago

        I think with pyenv and pipenv/UV you can create pretty reliable packaging. But it’s not as common as electron, so it’s a pain.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        5 months ago

        With a properly packaged python app, you shouldn’t even notice you’re running a python app. But yeah, for some reason there’s a lot of them that … aren’t.