[PyQt] Installing PyQT5

blissend blissend at gmail.com
Tue Nov 1 14:01:38 GMT 2016


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.

Again thanks so much!

On Mon, Oct 31, 2016 at 4:16 AM, Лосев Александр <aglosev at yandex.ru> wrote:

> Hi,
>
> Try reinstall PyQt5 via pip. If you have different python versions on your
> comp - be shure that you use pip from python 3.5.
> For that purpose you can use pip3.5 script instead pip.
> Try:
> Python35\Scripts\pip3.5 uninstall PyQt5
> Python35\Scripts\pip3.5 uninstall sip
> Python35\Scripts\pip3.5 install PyQt5
>
> 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.
> There are qt dll-files in Python35\Lib\site-packages\PyQt5\Qt\bin
> directory.
> I think that is a problem with your installation.
>
> --
> WBR,
> Alexander Losev.
>
> 31.10.2016, 05:38, "blissend" <blissend at gmail.com>:
> > Hi,
> >
> > 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...
> >
> >>>>> import PyQt5.QtWidgets
> >> Traceback (most recent call last):
> >>   File "<stdin>", line 1, in <module>
> >> ImportError: DLL load failed: The specified procedure could not be
> found.
> > 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?
> >
> > Thanks,
> > Adam
> > ,
> >
> > _______________________________________________
> > PyQt mailing list PyQt at riverbankcomputing.com
> > https://www.riverbankcomputing.com/mailman/listinfo/pyqt
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20161101/4ac4476c/attachment.html>


More information about the PyQt mailing list