thanks for the nice example, dude, that helps. the only difference is I run the entire thing only on RPi and without windows needed, since you can deploy pyqt5 and qt-creator together on RPi, and the you can just have [alias pyuic5="python3 -m PyQt5.uic.pyuic"] in your .bashrc or whatever shell rc, then here it goes.
I think for using qwebview you need to install additional package. Use the following command. sudo apt-get install python3-pyqt5.qtwebkit After installation gets completed use the following lines in python to test if it is installed correctly or not from PyQt5.QtWebKit import *
Soryy to hear about that. Can you explain what is happening. Are you able to install the web view module and are you able to import it. Please let me know at which point you are facing problem. And Give me two days time. This weekend i will check this on my Raspbian OS. You can also use the following command to get the information of correct additional package name apt-cache search qtwebkit
Manufacturer of my tft has provided two things for this tft. First one is the library and another one is the image. Initially i used the image provided by manufacturer and updated it, it works out of the box. Library required some tweaks but at last it also works. You can contact your manufacturer. My tft was from waveshare so I downloaded the images from their website.
Thank you very much! I've ben tying to remember for 3 days how I downloaded QT5. Befor it took me realy long time and I forgot how i downloaded it.
thanks for the nice example, dude, that helps.
the only difference is I run the entire thing only on RPi and without windows needed, since you can deploy pyqt5 and qt-creator together on RPi, and the you can just have [alias pyuic5="python3 -m PyQt5.uic.pyuic"] in your .bashrc or whatever shell rc, then here it goes.
How do you do it exactly in RPi?
i installed the packages but where the hell is it, says the files were installed but can find them used the find option says dont exist?
thank you! :)
i have try to follow this tutorial, installation success but when import pyqt5 i've got error no module name.. any help please
This should be simple to fix, did you install the pyqt5 module.
You can install using pip command
pip install PyQt5
did you have to purchase a licence in order for pyqt to populate in your programming bar?
For Open-Source project I think not. I didn't purchase any license
does this method work in 32 bit os
Yes it should work
hi, i have a problem with qwebview in pyqt5.10.1 and linux mint 18.3, not it work
I think for using qwebview you need to install additional package.
Use the following command.
sudo apt-get install python3-pyqt5.qtwebkit
After installation gets completed use the following lines in python to test if it is installed correctly or not
from PyQt5.QtWebKit import *
I did it but not work ...... may you helpme?
Soryy to hear about that.
Can you explain what is happening.
Are you able to install the web view module and are you able to import it.
Please let me know at which point you are facing problem.
And Give me two days time.
This weekend i will check this on my Raspbian OS.
You can also use the following command to get the information of correct additional package name
apt-cache search qtwebkit
Thanks.
Great
I am also trying to install drivers for tft didplay. But error in the process. Could you please tell me from where should i download drivers for tft?
Manufacturer of my tft has provided two things for this tft. First one is the library and another one is the image.
Initially i used the image provided by manufacturer and updated it, it works out of the box.
Library required some tweaks but at last it also works.
You can contact your manufacturer. My tft was from waveshare so I downloaded the images from their website.
@@EmbeddedLaboratory mine is also from waveshare. Could you please share me the link. That will be very kind of you.
hi, like it ....
Thanks 😊
thank u :D
Welcome