Thanks Hala, this is a very straight forward tutorial, it took me no time to have PyQt6 and Qt Designer set to Rock & Roll
@TheJpsj023 ай бұрын
Thank you so much for the very informative tutorial!
@Conetopiatv8 ай бұрын
Python 3.12.2 & .3 WITH pyqt6-tools 6.4.2.3.3 gives errors when trying to install PyQt6 tools , so if your having a lot of errors like me, maybe try installing an older version of python / pyqt
@Somedifflove3 күн бұрын
If anyone is having problems installing pyqt5 make sure you are running python version 3.9.13 because that is the version it is currently compatible with
@jorgemoreno3655 Жыл бұрын
Muchas gracias, me sirvió de mucho el tutorial.
@azlanabuhassan4447 Жыл бұрын
Is there a way to change the colour of the title bar? any workarounds?
@joeking5211 Жыл бұрын
Superb direct to the point vid. Just a comment for others following along to say this will NOT work if your Python 3 is later than 3.9, so if any viewers are having errors when installing the 'PyQt6-Tools' this will be the reason. I installed the latest Python 3.11 and did not work, uninstalled this installed Python 3.9.5 and then followed this video and all worked fine. Many many thks for this. One last note, why I did this I have no idea as I have never programmed in Python before but I used pip3 to do the installing, so any of you command lines that start with pip i used pip3, can you comment on why you used pip and I'm am only assuming that pip3 goes with python3 ???. Thks again.
@ZzMegatadzZ Жыл бұрын
thks for the comment joe, it helped me with the installation
@pancake8133 Жыл бұрын
In Windows, pip and pip3 work the same but for Linux/Mac "pip" is used for python 2 and pip3 is for python 3+
@waves4206911 ай бұрын
@@pancake8133 why do they complicate this
@tapafon_red2 ай бұрын
To get PyQt6-tools working on Python 3.13, I had to install ~7GB of MS build tools (basically Visual Studio 2022 Community minus GUI).
@joeking52112 ай бұрын
@@tapafon_red WOW, I'm lost as to why there cos ifI had to that I would not be using it, as I cannot get VSC or VScodium to do ANYTHING here, to me it's the biggest load of MS obfuscated cryptic bloatware I have ever seen in the last 40+ years of (play) programming. It just does not work on my system at all, despite the world and his dog supposed be using it, I have absolute contempt for it, but it is free so how can I complain. But best of luck with that, it may be worth another go from scratch on another PC or a VM as that sounds strange to me. Rgds.
@gauravmankoo47432 жыл бұрын
Hi Hala I'm getting this error "AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'" after running pip install pyqt6-tools Can you please help me 🙏 I tried googling it got I can't find a solution
@miusicpro-musicaparacreado9513 Жыл бұрын
tengo el mismo error, ya lo solucionaste?
@gauravmankoo4743 Жыл бұрын
@@miusicpro-musicaparacreado9513 No, I switched to PyQt5
@miusicpro-musicaparacreado9513 Жыл бұрын
@@gauravmankoo4743 estas con la version actual de python la 3.11
@itsagusgamer1241 Жыл бұрын
How do I put a shortcut for this application, so I avoid all that step of following all that route to be able to use the application
@dztuananh-oq4ik Жыл бұрын
Why can't I download it?
@tomkmb412010 ай бұрын
Nice tutorial, though I'm not sure that it was ever followed up with more tutorials on Qt6 as mentioned
@cooolbyj2 жыл бұрын
Preparing metadata (pyproject.toml) did not run successfully.
@JustQerq2 жыл бұрын
You need to install qt6 first and make sure that qmake directory is in the PATH system variable
@Marian-rv4sr2 жыл бұрын
Me aparece el mismo error en Windows. ¿Alguien sabe como solucionarlo?
@santiagocoral3173 Жыл бұрын
@@Marian-rv4sr Toca tener instalado Qt
@miusicpro-musicaparacreado9513 Жыл бұрын
tengo ese mismo error
@colmshea Жыл бұрын
how exactly do we do this?@@JustQerq
@bilalsheikh9127 Жыл бұрын
Hi Hala. PyQt5-tools throws error on latest Python version like version 3.10 onwards. Any solution for that?
@alandasettt Жыл бұрын
Gracias ...desde Colombia
@cristianoltfs4 ай бұрын
Thank you so much!
@miusicpro-musicaparacreado9513 Жыл бұрын
Qt Desgin no abre me da un error No se encuentra el punto de entrada del procedimiento SystemParamentersInForDpi
@softwareengineer8923 Жыл бұрын
It helped a lot, thanks.
@kisasatijacob80004 ай бұрын
Why am getting Errrors: raise PyProjectOptionException('qmake', sipbuild.pyproject.PyProjectOptionException [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. Please help
@mayank1392 жыл бұрын
Thanks for the Video !!! It was very Helpful for me ... BTW, I have Qt C++ already installed in my computer, so Qt designer is also installed along with it. So, do I need to download the Designer again to use it with python ?
@codefirstwithhala2 жыл бұрын
Nope, as long as you can output the .ui files from any QtDesigner, you're good to go 👍
@parhamdehghan1020 Жыл бұрын
thank you very mach
@javierrodriguez36242 жыл бұрын
does PATH still have to be modified?
@seyiramametepey30126 ай бұрын
i cant the directory after the installation i did that with pyqt5 and 6
@seyiramametepey30126 ай бұрын
ive solved it
@luka67752 жыл бұрын
Qt designer light theme is killing my eyes
@HodaMoodi Жыл бұрын
Perfect Thanks
@Python_Lover_Official10 ай бұрын
Getting error all the time when trying to run "pip install pyqt6-tools" command error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [26 lines of output]
@BeilaMohachek9 ай бұрын
me too i have this problem now do you know how to fix it?
@MuhammadUsman-dt1zu7 ай бұрын
did you find the solution?
@Python_Lover_Official7 ай бұрын
@@MuhammadUsman-dt1zu no sir, plz help if you know..
@AV14612 ай бұрын
This is too old already. PyQt6-tools doesnt install under python 3.13, although PyQt6 does.
@abnalgeria45982 жыл бұрын
i cant find it the qt6 looked everywhere
@YhcTiR10 ай бұрын
I have this issue : qtbuild\builder.py", line 69, in apply_user_defaults raise PyProjectOptionException('qmake', sipbuild.pyproject.PyProjectOptionException [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. 😭😭😭
@MrSobreviviente339 ай бұрын
Did you find the solution?
@djmixerbox Жыл бұрын
Thank you :D
@itgel15962 жыл бұрын
Can't I install pyqt6 and tools in over python 3.9
@augustmarshall29612 жыл бұрын
So where do we install designer from?
@SebrinaAnagnost-l9h4 ай бұрын
Jenkins Prairie
@jorge18692 жыл бұрын
Beatiful and smart girl. Thanks
@18maisi2 жыл бұрын
nice voice
@dooleyjlt5503 Жыл бұрын
Hello, First of all I am new to your channel. Secondly I have no hearing or comprehension issues of any kind. My... I guess comment/complaint is the speed at which you are speaking. To someone that is completely familiar with the subject matter all the words that you are saying may be flowing smoothly and fully understandable. However to someone that is totally new to the subject having information or instructions spoken with the words just running from one directly into another makes it very difficult to follow what it is that you are saying. The words seem to run together. It is exactly like trying to read something that is typed that has no or very few spaces or punctuation. I now know what my mother-in-law feels like. She is quite hard of hearing and I speak with an intentional 1/4 to 1/2 second between each word so that she can understand what I am saying. It makes repeating myself much less necessary. I backed up and replayed parts of the video as many as 5 times in order to catch what was being said because of words just flowing from one directly into another. Which is fine between people that fully know the subject. However the purpose of the video would self defeating if it was a learning or educational video to teach those that knew the subject well enough to follow without any issues at all. They probably would not need the video assist. I learned decades ago when teaching that you must speak in such a way as to make what you are saying understandable and can be followed with ease. The primary goal of those listening is focusing to understand what the idea being communicated is however, to preempt that with trying to just understand and follow the words that are spoken in it's place causes following and absorbing the information being given a secondary task that is absolutely dependent upon the first being successfully done. I know I am long winded and ADHD and tend to run on. I am not bitching or being an ass by no means just conveying my problems with watching and learning from your video and your gracious sharing of information. I usually just go on to the next video until I find one that has both speech and video because it is always best to have both. And your voice is not one that is offensive or grating as some one here are. So I figured the best solution would be to be informative and maybe help alleviate what I see as the only issue with the video. Thank You Dooleyjlt