Rok Mandeljc

Results 553 comments of Rok Mandeljc

Or merging https://github.com/rougier/freetype-py/pull/179, if its is preferable to leave tests as they are, and just fix the entry-point.

This looks like combination of regression in PyInstaller 6.x, and a bug in `pyglet`. The PyInstaller-side of the problem is that with PyInstaller 6.x, `locale.getlocale()` in frozen application incorrectly returns...

Yeah, collection of stuff that `playwright` installs into its package directory is broken on macOS, and with PyInstaller 6.x, this is even more pronounced than with 5.x series (see also...

> then the browser just doesn't work in the compiled app. It does not launch Then in contrast to #7969, this never really worked.

`PLAYWRIGHT_BROWSERS_PATH=0` causes browser to be downloaded in the package directory, right? So you might also be able to use v6 without `PLAYWRIGHT_BROWSERS_PATH=0`, but you need a clean installation of `playwright`...

> Thanks for your reply! Do you mean I need to add this option when generating main.exe file? Yes.

It's the same kind of problem - you need to also collect data from `nolds` package. I.e., also add `--collect-data=nolds`.

Hmm, the message box seems to display as expected on my test systems, but it could be a timing issue. Either way, if you are using splash in onedir mode,...

> Are these Windows systems? Because I do not see the same issue on Linux. (Just making sure...) Yes - since the report was about Windows, I tried to reproduce...