Resolved, kinda. Just use PySide instead of PyQt.<br><br>Remove everything PyQt related from PyCharm and install PySide using the PyCharm plugins window.<br><br>PySide has access to all modules and packages that PyQt has, but now you need to import like "from PySide.<**> import *".<br><div class="gmail_quote">On Thu, Nov 6, 2014 at 12:50 farshad akbari <<a href="mailto:akbari.farshad@gmail.com">akbari.farshad@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Saturday, November 1, 2014 3:11:54 PM UTC+3:30, Juan Christian wrote:<br>
> No one here uses PyCharm and Qt? =/<br>
><br>
><br>
> On Wed, Oct 29, 2014 at 8:45 PM, Juan Christian <<a href="mailto:juan0ch...@gmail.com" target="_blank">juan0ch...@gmail.com</a>> wrote:<br>
><br>
> It only occurs whule using PyCharm I tried it via pure terminal and everything works... =/<br>
><br>
><br>
><br>
><br>
> On Tue, Oct 28, 2014 at 7:45 PM, Juan Christian <<a href="mailto:juan0ch...@gmail.com" target="_blank">juan0ch...@gmail.com</a>> wrote:<br>
><br>
><br>
> Python 3.4.2 Windows x64<br>
> PyQt4 4.11.2 Py3.4 Qt4.8.6 (x64)<br>
><br>
> PyCharm 3.4.1 Pro Edition<br>
><br>
><br>
><br>
><br>
> So, PyCharm works 100% with everything here but PyQt.<br>
><br>
><br>
> I have this folder structure:<br>
><br>
><br>
> Disk C:<br>
> > PyQt4<br>
> >> Lib/site-packages/PyQt4/(tons of files here)<br>
><br>
><br>
> > Python34 (normal/default installation)<br>
><br>
><br>
> ---<br>
><br>
><br>
> 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:<br>
><br>
><br>
><br>
> Some skeletons failed to generate: 19 modules failed in 1 interpreter. Details...<br>
><br>
><br>
><br>
> Failed modules<br>
><br>
><br>
> Python 3.4.2 <br>
> PyQt4.QAxContainer<br>
> PyQt4.Qsci<br>
> PyQt4.QtCore<br>
> PyQt4.QtDeclarative<br>
> PyQt4.QtDesigner<br>
> PyQt4.QtGui<br>
> PyQt4.QtHelp<br>
> PyQt4.QtMultimedia<br>
> PyQt4.QtNetwork<br>
> PyQt4.QtOpenGL<br>
> PyQt4.QtScript<br>
> PyQt4.QtScriptTools<br>
> PyQt4.QtSql<br>
> PyQt4.QtSvg<br>
> PyQt4.QtTest<br>
> PyQt4.QtWebKit<br>
> PyQt4.QtXml<br>
> PyQt4.QtXmlPatterns<br>
> PyQt4.phonon<br>
><br>
><br>
> Generation of skeletons for the modules above will be tried again when the modules are updated or a new version of generator is available.<br>
><br>
><br>
> And PyCharm tells me that my 'import PyQt4.ANYTHING_HERE import *' has 'Unresolved references'.<br>
><br>
><br>
> ---<br>
><br>
><br>
> 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.<br>
<br>
i have this problem too,<br>
and it's so annoying.<br>
--<br>
<a href="https://mail.python.org/mailman/listinfo/python-list" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-list</a><br>
</blockquote></div>