ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

PyQt4 import error #781

Open hyunhojo opened 8 years ago

hyunhojo commented 8 years ago

Hi, I am using the 'Anaconda3-4.0.0-Windows-x86.exe'. The version supports PyQt4 (4.11.4) with Python 3.5 build. When I import a module as below, error occurs.

>>> from PyQt4.QAxContainer import *
ImportError: No module named 'PyQt4.QAxContainer'

I notice that there is no QAxContainer.pyd in the PyQt4 install directory compared to the previous Anaconda version (Anaconda3-2.4.0). Please update the current PyQt4 package including the QAxContainer.pyd file.

Thanks,

ccordoba12 commented 8 years ago

This is a Windows only Qt module, so I'm pinging @msarahan about it :-)