python - ModuleNotFoundError: No module named 'PyQt4' -
i totally new programming. have 8 years of work experience in network data domain , have less understanding of programming. when ever try run first gui based python program error "modulenotfounderror: no module named 'pyqt4'". did uninstall , reinstall of python many times no luck. till no using python 3.6.2. kindly suggest me how resolve , move further or version should use of python. also, helpful if explain me step step resolve issue.
try this:
apt-cache search pyqt sudo apt-get install python-qt4
or else can find pyqt , related packages here downloading , installing.
also refer this.
Comments
Post a Comment