Rok Mandeljc

Results 553 comments of Rok Mandeljc

> (Message 2) Quick update: I'm not certain, but (answering my own question) it may be crucial to place the executable in Executables rather than the default Resources in the...

[1] If you're not using `tkinter`, it is likely collected due to optional import in some part of the 3rd party code. You can use `--exclude tkinter --exclude _tkinter` (or...

Hmmm... if I understand correclty, https://developer.apple.com/forums/thread/120647 implies that entitlements are not inherited by the child process when it inherits the sanbox. Could this be the problem here? I.e., your child...

FWIW, in #8099 we established that one possible source of error messages like these ``` error 19:42:37.614221-0500 kernel Library Validation failed: Rejecting '/private/var/folders/z4/snz0v2gd3z1__qglgqc09bm00000gn/T/com.appname.macos/ffiMINHOs' (Team ID: none, platform: no) for process...

> There are no error messages. The frozen app exits after a few seconds. To clarify - it exits even if you run it from command prompt (so you can...

> At this point, my best guess is that the unfrozen app uses the NVIDIA card, but the frozen app the integrated graphic card. I have no idea of the...

What is the minimal example that triggers this error - can you reproduce it with a simple ```python import win32com print("Hello!") ``` program? What version of Windows 10 is running...

Do you perhaps have another 19044 machine to test with? I have a VM with an ancient Win 10 1507 (build 10240); and if I build that `import win32com` example...

Probably. Try updating `pyinstaller-hooks-contrib` to the latest version (which has https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/676) and see if that gets you any further.