Alberto Sottile

Results 133 comments of Alberto Sottile

I apologize, I was on vacation in the end of May and I missed this entirely. Does the command with `color-scheme` trigger an error when called on unsupported systems?

Hello, thanks for having reporting this. I understand your issue, in principle, but I am not convinced about the diagnosis in this particular case. I tried to reproduce your issue...

Closing this as no further input was provided.

@dhbliss Could you provide a minimal example to reproduce your error? This should include a test script and a freezing script (`setup.py` or `freeze`). Thanks

Closing as no further input was provided.

Hello, thanks for reporting this. Could you provide here a minimal script and `setup.py` file that I can use to test this issue?

I gave a look at this issue and unfortunately I do not have good news. It is quite easy for me to add the `config.py` and `config-3.py` files in the...

To be fair, this code runs just fine on PySide 1.2.4 on macOS 10.10+. ``` import socket from PySide import QtCore, QtGui app = QtGui.QApplication([]) w_sock, r_sock = socket.socketpair(socket.AF_UNIX, socket.SOCK_STREAM)...

I thought about that, and indeed the first snippet works using the | operator. Yet I do not understand why the & works with PySide and PySide2, even when they...

I noticed that too, but for some reason the result of & in PySide and PySide2 is not an int. With PySide2 this is the result: ``` >>> from PySide2.QtCore...