<div dir="ltr">That worked! Thanks a bunch! No idea how but removing python 3.4 which was the only version and then putting on 3.5 again with the script pip3.5 seemed to do the trick.<div><br></div><div>Again thanks so much!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 31, 2016 at 4:16 AM, Лосев Александр <span dir="ltr"><<a href="mailto:aglosev@yandex.ru" target="_blank">aglosev@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Try reinstall PyQt5 via pip. If you have different python versions on your comp - be shure that you use pip from python 3.5.<br>
For that purpose you can use pip3.5 script instead pip.<br>
Try:<br>
Python35\Scripts\pip3.5 uninstall PyQt5<br>
Python35\Scripts\pip3.5 uninstall sip<br>
Python35\Scripts\pip3.5 install PyQt5<br>
<br>
In my version (python 3.5.2 x32, PyQt5 5.7 x32, sip 4.18.1) everything is fine on Windows 10 x64, except playing video.<br>
There are qt dll-files in Python35\Lib\site-packages\<wbr>PyQt5\Qt\bin directory.<br>
I think that is a problem with your installation.<br>
<br>
--<br>
WBR,<br>
Alexander Losev.<br>
<br>
31.10.2016, 05:38, "blissend" <<a href="mailto:blissend@gmail.com">blissend@gmail.com</a>>:<br>
<div><div class="h5">> Hi,<br>
><br>
> I'm trying to get any version working on Windows 10 64bit. First I tried on python 3.5 with latest SIP/PyQT5 but had issues...<br>
><br>
>>>>> import PyQt5.QtWidgets<br>
>> Traceback (most recent call last):<br>
>>   File "<stdin>", line 1, in <module><br>
>> ImportError: DLL load failed: The specified procedure could not be found.<br>
> Noted the site-packages directory didn't have bin folder so I heard it works better on python 3.4 but can't install via pip so I'm at a loss on how to get this working on new computer. What's wrong with above 3.5 example? Is it possible to install on 3.4 via pip anymore?<br>
><br>
> Thanks,<br>
> Adam<br>
</div></div>> ,<br>
><br>
> ______________________________<wbr>_________________<br>
> PyQt mailing list <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
> <a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a><br>
______________________________<wbr>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a></blockquote></div><br></div>