Rok Mandeljc

Results 553 comments of Rok Mandeljc

The `objdump` and `objcopy` requirements on linux are documented in README, too. I'd also prefer to deal with only single executable layout (the one where CArchive is stored in ELF...

> I would like know your thoughts on a different proposal: Add a CLI option for explicitly using the EOF append method and make the option an opt-in so that...

PyInstaller does not support `site` module and site configuration, so its operation mode is equivalent to that of `python -S`. Hence `site`-provided built-ins are not available. And you shouldn't be...

> > PyInstaller does not support `site` module and site configuration > > Fair enough. Is this documented somewhere, so one knows that pyinstaller is not identical to running the...

> Where in the documentation would you expect to find this piece of information? It's a bit miscellaneous. I suppose we could add a section called "Runtime behavior and caveats"...

> try --onedir? Shouldn't make a difference, because in both cases, we have two processes. I think the problem here is that both processes belong to the same process group,...

> Have a look at how CPython handles this. They have one LICENCE file which lists all libraries they used plus the licenses. Indeed. But they wrote that LICENSE themselves,...

> By that logic you shouldn't be pushing pyinstaller wheel using `actions/upload-artifact`, you should struggle with the GitHub API instead. Pushing pyinstaller wheels using `actions/upload-artifact` does not result in spurious...

> I'm struggling with this problem trying to build a flatpak from a pyinstaller binary file, how do I exclude libstdc++, so that the mesa driver works autonomously with what...

> > That said, is running > > ```shell > > plutil -replace CFBundleShortVersionString -string 1.2.3 dist/*.app/Contents/Info.plist > > ``` > > > > > > > > > >...