<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    I'm trying to install a Qt6 application written in Python that
    requires the QtWidgets module. I don't know how to diagnose a
    building failure, and I hope that someone can guide me on how to
    diagnose the problem.  <br>
    <br>
    Here's some relevant version information:<br>
    <br>
      This is the GPL version of PyQt 6.11.0 (licensed under the GNU
    General Public License) for Python 3.12.10 on linux. <br>
    <br>
      The Linux distribution is Redhat Linux Enterprise 8.10.<br>
    <br>
    I've built Qt6.11.0 from source. There were no errors in the build
    and installation steps. The shared object for QtWidgets
    (libQt6Widgets.so) was successfully built.<br>
    <br>
    When I install PyQt6 using pip, the log messages indicate PyQt6
    attempts to construct bindings for QtWidgets:<br>
    <br>
      <font face="Courier New, Courier, monospace">Checking to see if
      the QtWidgets bindings can be built...<br>
    </font><br>
    but the bindings are not built.<br>
    <br>
    How do I diagnose why the bindings cannot be built?<br>
    <br>
    Thank you. --Robert<br>
    <br>
    <br>
    <br>
  </body>
</html>