Results 76 comments of dmo

From https://stackoverflow.com/questions/2231427/error-when-calling-the-metaclass-bases-function-argument-1-must-be-code-not ```You're getting that exception because, despite its class-like name, threading.Condition is a function, and you cannot subclass functions.```

Well, I'm embarrassed, I forgot to update my repository and the latest vapoursynth wasn't installed. I can confirm that vapoursynth 68 build with cython3.0.10 fix this issue Debian stable amd64

@Yuri-NagaSaki As I'm saying in https://github.com/vapoursynth/vapoursynth/issues/1054#issuecomment-2112823541 with Debian 12 you need to backport cython 3.0.10 You can install Debian 12 stable-backports from DMO repository

It's already the case. See the second line in my report. But `-Werror=implicit-function-declaration` is also present. I need to find where come from `-Werror`

pip installation code dump and appimgae fail with undefined `symbol:` g_strv_builder_unref' ``` proxy: symbol lookup error: /usr/lib/x86_64-linux-gnu/libproxy/libpxbackend-1.0.so: undefined symbol: g_strv_builder_unref proxy: symbol lookup error: /usr/lib/x86_64-linux-gnu/libproxy/libpxbackend-1.0.so: undefined symbol: g_strv_builder_unref proxy: symbol...

Not related to DVR-Scan but to PySceneDetect ``` python3 dist/pre_release.py Creating .version_info. Traceback (most recent call last): File "/build/dvr-scan-dmo-1.6.2/dist/pre_release.py", line 181, in write_version_info_for_windows_exe() File "/build/dvr-scan-dmo-1.6.2/dist/pre_release.py", line 24, in write_version_info_for_windows_exe import...

> I'm going to hold off on making a new release until I can understand more about how the Debian packages are being created, and if it's possible for you...

It's OK for me.

> According to the [Debian Python Policy](https://www.debian.org/doc/packaging-manuals/python-policy/index.html#dependencies), the [`python3-tk` package](https://packages.debian.org/bookworm/python3-tk) should be listed [under `Depends:` of a debian/control file](https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#control). Although I do my best to follow the Debian app/library style...