[PyQt] WebKit and Twitter

Mico Siahaan mico.siahaan at gmail.com
Fri Aug 13 23:30:10 BST 2010


Hi Yao, yes, I am running it on WIndows. And I tried what you
suggested from the command line and the output: False. So it means I
need to install OpenSSL?

regards,

On Sat, Aug 14, 2010 at 3:10 AM, Yao Ko <koyao at raptr.com> wrote:
> Are you running PyQt on Windows?  If so, the Twitter login form posts
> to an HTTPS, and you'll need to have the OpenSSL DLLs (ssleay32.dl,
> libeay32.dll) in your path.
>
> To verify, you can do this from the command line:
>
> $ python
>>>> from PyQt4 import QtNetwork
>>>> QtNetwork.QSslSocket.supportsSsl()
> True
>
> Yao
>
> On Fri, Aug 13, 2010 at 12:54 PM, Mico Siahaan <mico.siahaan at gmail.com> wrote:
>> Dear all,
>>
>> I am trying to make simple browser just to browse my twitter account.
>> I typed code like this: http://pastebin.com/ZkPmxzpd.
>> But, I still can't login into my account. I am new in PyQt and have no
>> experiences in C++ before, so reading Qt documentation just made me
>> more confused. I am stuck. Please give me hints or solution for this.
>>
>> thanks,
>>


-- 
Mico | mico.siahaan at gmail.com | @bangmico


More information about the PyQt mailing list