<div dir="ltr"><div>OK, thanks Phil, I was able to sort this out. Everything is working fine now.</div><div><br></div><div>Thanks for a great library / tool !<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 14, 2023 at 5:06 PM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 14/09/2023 18:54, Stefan Seefeld wrote:<br>
> OK, here is what I have:<br>
> <br>
> ```<br>
> stefan@quasimodo$ ./bin/pip install PyQt6-Qt<br>
> Collecting PyQt6-Qt<br>
>  Downloading PyQt6_Qt-6.0.1-py3-none-manylinux_2_28_x86_64.whl (46.5 <br>
> MB)<br>
>     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.5/46.5 MB 3.0 MB/s eta<br>
> 0:00:00<br>
> Installing collected packages: PyQt6-Qt<br>
> Successfully installed PyQt6-Qt-6.0.1<br>
> stefan@quasimodo$ ./bin/bpython<br>
> bpython version 0.24 on top of Python 3.11.4<br>
> /home/stefan/tsi/tsi-dev-platform/pyqt6-tmp/bin/python3<br>
>>>> from PyQt6 import Qt<br>
>>>> dir(Qt)<br>
> ['__doc__', '__file__', '__loader__', '__name__', '__package__',<br>
> '__path__', '__spec__']<br>
>>>> <br>
> ```<br>
<br>
That's an old version of PyQt. With current versions you will get the <br>
same thing if you import Qt6. You are importing what Python thinks is a <br>
namespace when it is actually the root of the Qt6 installation.<br>
<br>
> Even so, if `PyQt6.Qt` no longer exists, is there a document explaining <br>
> the<br>
> migration path from PyQt5 to PyQt6, and especially about what those <br>
> `Qt`<br>
> symbols need to be replaced with ? All the online docs I found either <br>
> don't<br>
> talk about this, or state that the `Qt` module works almost as before.<br>
<br>
The first step is the eliminate the use of the Qt module from your PyQt5 <br>
code. Replace it with the modules that are actually being used.<br>
<br>
Phil<br>
</blockquote></div><br clear="all"><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><img src="https://ci3.googleusercontent.com/mail-sig/AIorK4yh4RzsqlxV6irScDGRVZ8a7NRCh_INtpPsAHx2Y8v4Vu3VKsI54RFNs3YRZk_2xTTtMMdSCzdNrf5XRUlmF4BkezmtZv-j5c3A4G0hEA"></div><div><pre>      ...ich hab' noch einen Koffer in Berlin...
</pre></div></div></div>