Rok Mandeljc

Results 553 comments of Rok Mandeljc

Yeah, it looks like that horrible loader shim made it into wheels. I was hoping this was an oversight, but opencv/opencv-python#569 seems to suggest this was intentional (even though as...

> This is legitimately a blocker on MacOS since `pip install opencv-python-headless

If `pip` is trying to *build* `opencv-python-headless` from sdist (.tar.gz), you have some other problem going on (because on Windows and macOS, you probably won't have all dependencies for it)....

The initial syntax error was caused by something in your environment - `asyncio` should not have been in `site-packages`, as apscheduler dev pointed out. (My guess would be you had...

Cross-referencing agronholm/apscheduler#530 for the sake of completeness, as it seems that the reference was lost in the transfer of issue from main to this repository.

Can you provide a minimal code example that exhibits this issue? If I freeze a basic wxWidgets hello world app, the window and its title bar look look the same...

> When I try to use Pyinstaller to convert the python code to binaries, the library contents of PyVis is not properly getting converted into binaries (the error it shows...

> ### Issue 1 > > **Discription:** > I forgot to mention another workaround I have done to manage the _PyQt_ issue. I had to make a file named _qt.conf_...

I doubt it does - the error message looks like a COM class is not registered, and that `sapi5` driver/backend seems to do some runtime [generation/compiling when imported](https://github.com/nateshmbhat/pyttsx3/blob/991627368bf19478d908eb1c06a2d32d31c38487/pyttsx3/drivers/sapi5.py#L1-L8). So it...

There are DLLs in `C:\Program Files (x86)\Speech2Go Voice Package\x64` that need to be discoverable. And since PyInstaller clears the search path, they are not found, resulting in those "load lib...