Closed badshah400 closed 9 months ago
Thanks for reporting. The python plugin has been unmaintained for quite some while due to challenges in the cross-platform embedding of python. But I will look into getting it to compile again on Linux, at least.
Thanks for the prompt fix, much appreciated.
You're welcome. I will probably not publish a new release for this, but feel free to include the patch in your 0.6.9 build if you want.
Bug description:
With TeXworks 0.6.9 on openSUSE Tumbleweed with Qt 5 (also tried with Qt6) and Python 3.11.7, we find the following compilation error when building with Python scripting plugin turned on:
Steps to reproduce the problem:
... -DWITH_PYTHON=ON
make
orninja
to compile.Expected behavior:
No error during compilation, like with version 0.6.8.
General information: TeXworks version: 0.6.9 TeXworks obtained from: Source tarball from GH release page Operating system: Linux x86_64 (openSUSE_Tumbleweed) CMake version: 3.28 Qt version: 5.15.12 / 6.6.1 GCC: 13.2.1
Additional information: I maintain TeXwork RPM packages for openSUSE and noticed this when trying to upgrade the builds to version 0.6.9. The previous version (0.6.8) built fine, with the same configuration.