As this other developer[1], my PySide app is throwing the following errors on 
Windows:

--8<---------------cut here---------------start------------->8---
QSslSocket: cannot call unresolved function SSLv3_client_method

QSslSocket: cannot call unresolved function SSL_CTX_new

QSslSocket: cannot call unresolved function SSL_library_init

QSslSocket: cannot call unresolved function ERR_get_error

QSslSocket: cannot call unresolved function ERR_error_string
--8<---------------cut here---------------end--------------->8---

I have tried what's suggested here[2] without success, therefore I guess I'm in 
the need of compiling Qt
myself statically(?) and against some other OpenSSL dll, then create the Python 
bindings for Qt.

How do I do the first part?

[1]: http://stackoverflow.com/questions/4348333/qt-sll-error-on-windows
[2]: http://stackoverflow.com/a/4382234/2020214
-- 
Pax et bonum.
Jorge Araya Navarro.
ES: DiseƱador Publicitario, Programador Python y colaborador en Parabola 
GNU/Linux-libre
EN: Ads Designer, Python programmer and contributor Parabola GNU/Linux-libre
EO: Anonco grafikisto, Pitino programalingvo programisto kai kontribuanto en 
Parabola GNU/Linux-libre
https://es.gravatar.com/shackra
_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to