<div dir="ltr"><div>Python 3.4.2 Windows x64</div><div>PyQt4 4.11.2 Py3.4 Qt4.8.6 (x64)<br></div><div>PyCharm 3.4.1 Pro Edition<br></div><div><br></div><div><br></div>So, PyCharm works 100% with everything here but PyQt.<div><br></div><div>I have this folder structure:</div><div><br></div><div>Disk C:</div><div>> PyQt4</div><div>>> Lib/site-packages/PyQt4/(tons of files here)</div><div><br></div><div>> Python34 (normal/default installation)</div><div><br></div><div>---</div><div><br></div><div>I tried copying the 'PyQt4' folder to my 'Python34/Lib/site-packages' folder but when I try to code something Qt related on PyCharm I get this issue:</div><div><div><br></div><div>Some skeletons failed to generate: 19 modules failed in 1 interpreter. Details...<br></div><div><br></div><div>Failed modules</div><div><br></div><div>Python 3.4.2 </div><div>PyQt4.QAxContainer</div><div>PyQt4.Qsci</div><div>PyQt4.QtCore</div><div>PyQt4.QtDeclarative</div><div>PyQt4.QtDesigner</div><div>PyQt4.QtGui</div><div>PyQt4.QtHelp</div><div>PyQt4.QtMultimedia</div><div>PyQt4.QtNetwork</div><div>PyQt4.QtOpenGL</div><div>PyQt4.QtScript</div><div>PyQt4.QtScriptTools</div><div>PyQt4.QtSql</div><div>PyQt4.QtSvg</div><div>PyQt4.QtTest</div><div>PyQt4.QtWebKit</div><div>PyQt4.QtXml</div><div>PyQt4.QtXmlPatterns</div><div>PyQt4.phonon</div><div><br></div><div>Generation of skeletons for the modules above will be tried again when the modules are updated or a new version of generator is available.</div></div><div><br></div><div>And PyCharm tells me that my 'import PyQt4.ANYTHING_HERE import *' has 'Unresolved references'.</div><div><br></div><div>---</div><div><br></div><div>When I try to install the PyQt4 via the installer, in the default location (C:/Python34) I get an even 'worse' error, whenever PyCharm try to update the skeletons or something like that (that is, whenever I open a file there...), I get tons and tons of the same error, 'Error while accessing memory at address XXXX', and 'python.exe' stops working.</div><div><br></div></div>