<div dir="ltr"><div><div><div><div>Is there supposed to be a Qt\ directory in site-packages\PyQt\ like in the wheels?<br><br>PyQt5\Qt\ contains .dll files.<br><br></div>In my site-packages\PyQt5\ there is only a uic\ directory.<br><br></div>I cannot do<br><br></div>from PyQt5 import QtQml or others.<br><br></div>from PyQt5 import Qt does work though.<br><br><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 14, 2018 at 2:56 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">.pyd files are DLLs.<span class="HOEnZb"><font color="#888888"><br>
<br>
Phil</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 14/03/2018 15:00, Cody Scott wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Okay I was mistaken because `import PyQt5` worked but `from PyQt5 import<br>
QtQml` and others do not work.<br>
<br>
ImportError: DLL load failed; The specified module could not be found.<br>
<br>
In the venv\Lib\site-packages\PyQt5\ directory there is .pyd files but no<br>
.dll files.<br>
<br>
<br>
On Wed, Mar 14, 2018 at 9:04 AM, Cody Scott <<a href="mailto:cody@perspexis.com" target="_blank">cody@perspexis.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks Phil, I was able to build and install PyQt5!<br>
<br>
<br>
On Tue, Mar 13, 2018 at 5:58 PM, Phil Thompson <<br>
<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 13 Mar 2018, at 9:48 pm, Cody Scott <<a href="mailto:cody@perspexis.com" target="_blank">cody@perspexis.com</a>> wrote:<br>
><br>
> I'm trying to compile the latest PyQt5 for Python3.4 on Windows 7 32<br>
bit.<br>
><br>
> I have installed Qt with the msvs2015 component. And I have installed<br>
Visual Studio 2015.<br>
><br>
> In the Developer Command Prompt for VS2015 I created a virtualenv and<br>
installed sip.<br>
><br>
> To install sip I ran<br>
><br>
> "C:\Program Files\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"<br>
> python configure.py<br>
> nmake<br>
> nmake install<br>
><br>
> For PyQt5 I did<br>
><br>
> python configure.py --qmake="C:\Qt\5.10.1\msvc2015<wbr>\bin\qmake.exe"<br>
> nmake<br>
><br>
> But it failed on QtNfc.dll<br>
> So I tried to disable QtNfc with by renaming<br>
> C:\Qt\5.10.1\msvc2015\include\<wbr>QtNfc\ to C:\Qt\5.10.1\msvc2015\include\<br>
QtNfc-disable\<br>
> <a href="https://riverbankcomputing.com/pipermail/pyqt/2015-August/036222.html" rel="noreferrer" target="_blank">https://riverbankcomputing.com<wbr>/pipermail/pyqt/2015-August/<wbr>036222.html</a><br>
><br>
> But now I am getting an error<br>
><br>
> NMAKE : fatal error U1073: don't know how to make<br>
'C:\Qt\5.10.1\msvc2015\include<wbr>\QtNfc\qndefmessage.h<br>
><br>
> So I know that wasn't the correct include folder.<br>
><br>
> How do you disable QtNfc? or how do I figure out why it won't compile?<br>
<br>
<a href="http://pyqt.sourceforge.net/Docs/PyQt5/installation.html#cmd" rel="noreferrer" target="_blank">http://pyqt.sourceforge.net/Do<wbr>cs/PyQt5/installation.html#cmd</a><br>
option-configure-py-disable<br>
<br>
I've never been able to work out the problem with QtNfc.<br>
<br>
Phil<br>
</blockquote>
<br>
<br>
<br>
</blockquote></blockquote>
<br>
</div></div></blockquote></div><br></div>