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-04 Thread Mike Ramirez
On Friday, March 04, 2011 08:03:15 am Umang Varma wrote: 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

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 reads user input using

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

2011-03-03 Thread Mike Ramirez
On Thursday, March 03, 2011 08:57:31 pm Umang Varma wrote: Just wondering whether this is the wrong place to ask and if so what might be a better list to ask this question on. Yes this would be the right place to ask. *disclaimer I'm not a PyQt maintainer or involved outside of being a user

[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