-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sslErrors attribute in Ghost.py #140
Comments
http://permalink.gmane.org/gmane.comp.python.pyqt-pykde/26977 pip uninstall PySide will do for you. |
I am in a more Anaconda-specific position. Rather than getting this error because of a third-party PySide installation, I am getting it directly from the PyQt library that was installed directly by
In the next version of PyQt, could Continuum.io set the compile options on PyQt so that it can discover the version of OpenSSL that you ship and thus make libraries like |
We can try. Is it pyqt or qt itself? QT doesn't really have compile options. It just finds whatever it can when it runs its configuration script and compiles in support for and links against whatever it finds. |
The problem is with Qt itself, if I am interpreting the lack of “ssl” symbols in Anaconda’s version of the library correctly:
|
In theory, it should be enough to add openssl to the build requirements of qt (and double check that it is enabled in the configure step). |
@brandon-rhodes can you try the qt package I just built and put on my binstar. |
Ah just noticed that the configuration script still lists no openssl support. So maybe it does have to be enabled with a flag somehow. |
I'm not sure. If I set the |
I wonder what it does not like your OpenSSL, when you have it included in all of the build and LD_LIBRARY_PATH settings? (I have not been able to try your 64-bit build yet because my machine is 32-bit.) |
I deleted my build from binstar once I realized it wasn't any good. If I play with this more I will build on a 32-bit machine. |
I am running in the same issue on: I am running on Ubuntu with |
Since Anaconda 2.2, Qt is complied against our |
Thank you! |
I'm trying to use Ghost.py with the anaconda python distribution, and running into an issue with the
self.manager.sslErrors.connect
call. Do you have any ideas for a fix or work-around?Here is the full error:
This is using pyside 1.2.1:
I posted a similar issue in the Ghost.py issue tracker here
The text was updated successfully, but these errors were encountered: