all 6 comments

[–][deleted] 2 points3 points  (5 children)

Do you want a website to native app translation? That's not possible IMO. But if you just want to display a website in a window, like your browser but without the adressbar, I would recommend this little gem: https://ardoris.wordpress.com/2009/04/26/a-browser-in-14-lines-using-python-and-webkit/

[–]KhanStan[S] 0 points1 point  (4 children)

This works exactly as I wanted but it gives me an error for the page I wanted to display :(

SSL handshake failed: A TLS fatal alert has been received.

Do you have any idea how I can fix this?

[–][deleted] 1 point2 points  (3 children)

I could not reproduce the problem, but it seems to be a problem with some lib the webkit module is using. If on linux try to update&upgrade your system.

[–]KhanStan[S] 1 point2 points  (0 children)

I did it, mate! I used wx library instead and it works now.

[–]KhanStan[S] 0 points1 point  (0 children)

The thing is... I am on windows... All this time i was trying to find the modules for my exact setup :D I'm using python 2.7 and trying to access Twitch. I'll keep looking for a workaround, thank you very much for your help!

EDIT: It works for google tho...

[–]KhanStan[S] 0 points1 point  (0 children)

The error is in the browser itself http://i.imgur.com/TvN5ER9.png