You spent an entire weekend building a library, jQuery plugin, build tool, or other great piece of code you wanted to share far and wide, …
Writing this in case someone else encounters this problem.
The keyboard shortcuts for copy/paste/select all were not working on a Qt app I had written in Python with PySide. I tried it on the input fields of the PySide examples and got the same result. On Windows, CTRL+C, CTRL+V, etc work as expected - but nothing on OSX.
I was running the following configuration:
The designs worked as expected on Windows and in the QtDesigner on OSX, but when executed in Python, nothing. It’s a small but annoying problem. The worst part was not finding any information on Google or Stackoverflow that helped. I resorted to hopping onto IRC. I sent some test files to a friendly person there who exclaimed “it works for me!”. Great…
Solution
Updating to PySide 1.1.1 fixed the problem. But in the process this forced me to update to Qt 4.8.0 and Python 2.7.3 (64-bit).
I personally know 1 person in this video.