07/01/2016, 15:49
|
| | | Fecha de Ingreso: noviembre-2012 Ubicación: Lima
Mensajes: 51
Antigüedad: 12 años Puntos: 0 | |
Problemas con PyQt Antes que nada saludos a todo y Gracias anticipadas.
antes que nada me instale esta version de PyQt PyQt4-4.11.4-gpl-Py3.4-Qt5.5.0-x64
quiero importar la linea
import sys
from PyQT5.QtWidgets import QApplication, QMainWindow
y me devuelve el error de que el modulo no esta instalado. Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from PyQT5.QtWidgets import QApplication, QMainWindows
ImportError: No module named PyQT5.QtWidgets
quisiera saber cual sera mi error? |