Skip to content

Issue compiling on Arch Linux with python 3.13 #245

@FabioLolix

Description

@FabioLolix

Hi, I'm the AUR maintainer of pythonqt-git on AUR, with the update to Python 3.13.1 in the Arch Linux repository I have tried to rebuild the program, there is this issue; the same is happening for the last stable version 3.5.6

PythonQt.cpp: In constructor 'PythonQt::PythonQt(int, const QByteArray&)':
PythonQt.cpp:352:8: error: 'PyEval_ThreadsInitialized' was not declared in this scope; did you mean 'PythonAlreadyInitialized'?
  352 |   if (!PyEval_ThreadsInitialized()) {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~
      |        PythonAlreadyInitialized

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions