Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I build and install PyQT for python2 but it not recognize in python
Post: RE: I build and install PyQT for python2 but it no...

But I install with python2: Output:$ pip install PyQt5 Requirement already satisfied: PyQt5 in /home/osboxes/.virtualenvs/myenv_env/lib/python2.7/site-packages (5.12.1)
nadavvin GUI 7 8,117 Mar-28-2019, 05:37 PM
    Thread: I build and install PyQT for python2 but it not recognize in python
Post: RE: I build and install PyQT for python2 but it no...

running the example code result: Output:$ python testqt.py Traceback (most recent call last): File "testqt.py", line 5, in <module> from PyQt5.QtCore import (QFile, QFileInfo, QPoint, QRe...
nadavvin GUI 7 8,117 Mar-28-2019, 05:04 PM
    Thread: I build and install PyQT for python2 but it not recognize in python
Post: RE: I build and install PyQT for python2 but it no...

Import PyQt5 works but: Output:$ python Python 2.7.15+ (default, Oct 2 2018, 22:12:08) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> impor...
nadavvin GUI 7 8,117 Mar-28-2019, 02:26 PM
    Thread: I build and install PyQT for python2 but it not recognize in python
Post: I build and install PyQT for python2 but it not re...

I try to run Spyder on python 2 therefore I needed to build PyQT. make and make install for PyQT5, sip work without errors but spyder still complain that PyQT not instaled also when I run python and ...
nadavvin GUI 7 8,117 Mar-28-2019, 12:49 PM
    Thread: python hmac gave different result than php hash_hmac
Post: RE: python hmac gave different result than php has...

Thanks! also about the code since it small I didn't format, but I will next time
nadavvin General Coding Help 2 3,182 Feb-18-2019, 03:35 PM
    Thread: python hmac gave different result than php hash_hmac
Post: python hmac gave different result than php hash_hm...

on python: import hashlib import hmac hmac.new(b'abc', b'skey', hashlib.sha256).hexdigest() return: '24fd94ffa1f3e4c62376205b715a9193b67b568731b1c1f661fd1c1bc717e469'but in php: Output:hash_hmac('sh...
nadavvin General Coding Help 2 3,182 Feb-18-2019, 01:46 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020