I have a C program that uses fork-execv to run Python 3.10 in a child process,
and I am using eventfd with epoll for IPC between them. The eventfd file
descriptor is created in C and passed to Python through execv. Once the Python
child process starts I print the file descriptor to verify that
Calvin Spealman wrote:
> What version of Windows is this on? That's probably going to be a useful
> bit of information, because there could be differences there to how EXE
> icons are handled.
>
> On Tue, Nov 23, 2021 at 4:18 PM Ulli Horlacher <
> frams...@rus.uni-stuttgart.de> wrote:
>
> > When
On 2021-11-24 07:59, Arnaud Loonstra wrote:
On 24-11-2021 01:46, MRAB wrote:
On 2021-11-23 20:25, Arnaud Loonstra wrote:
On 23-11-2021 18:31, MRAB wrote:
On 2021-11-23 16:04, Arnaud Loonstra wrote:
On 23-11-2021 16:37, MRAB wrote:
On 2021-11-23 15:17, MRAB wrote:
On 2021-11-23 14:44, Arnau
Am 23.11.21 um 21:44 schrieb Ulli Horlacher:
> When I compile a python program with pyinstaller, I get an executable:
>
> pyinstaller --onefile --icon fex.ico fextasy.py
>
> But the executables icon is only visable within the windows file browser,
> not on the desktop:
>
> https://fex.flupp.org
What version of Windows is this on? That's probably going to be a useful
bit of information, because there could be differences there to how EXE
icons are handled.
On Tue, Nov 23, 2021 at 4:18 PM Ulli Horlacher <
frams...@rus.uni-stuttgart.de> wrote:
> When I compile a python program with pyinsta
On 24-11-2021 01:46, MRAB wrote:
On 2021-11-23 20:25, Arnaud Loonstra wrote:
On 23-11-2021 18:31, MRAB wrote:
On 2021-11-23 16:04, Arnaud Loonstra wrote:
On 23-11-2021 16:37, MRAB wrote:
On 2021-11-23 15:17, MRAB wrote:
On 2021-11-23 14:44, Arnaud Loonstra wrote:
On 23-11-2021 15:34, MRAB