Re: [PyQt] Odd key press behavior in PyQt app

2011-03-04 Thread Umang Varma
Thanks so much for your response! On 03/04/2011 12:55 AM, Mike Ramirez wrote: > A few things missing, pyqt version, sip version, qt version (I think > these are required to figure out where/how this bug was introduced or if > a simple upgrade will remove the bugs, phil, pete and the rest do a lot

Re: [PyQt] Odd key press behavior in PyQt app

2011-03-04 Thread Umang Varma
Thanks so much for your response! On 03/04/2011 12:55 AM, Mike Ramirez wrote: > A few things missing, pyqt version, sip version, qt version (I think > these are required to figure out where/how this bug was introduced or if > a simple upgrade will remove the bugs, phil, pete and the rest do a lot

Re: [PyQt] Odd key press behavior in PyQt app

2011-03-03 Thread Umang Varma
Just wondering whether this is the wrong place to ask and if so what might be a better list to ask this question on. Thanks, Umang On 02/13/2011 09:42 PM, Umang Varma wrote: > Hi, > > I would like some help in fixing a bug in my application. The > application is a game that read

[PyQt] Odd key press behavior in PyQt app

2011-02-13 Thread Umang Varma
Hi, I would like some help in fixing a bug in my application. The application is a game that reads user input using keyPressEvent to solve a word game. Occasionally, a very strange behavior occurs. When the user hits the 'g' or the 'h' keys, the Alt+G or Alt+H key press behavior is observed (my m