Re: [PyQt] Create an installer package

2012-04-07 Thread Vijayakumar
Hi, Thank you for the detailed response. I'll look into everything that you have mentioned. -- View this message in context: http://python.6.n6.nabble.com/Create-an-installer-package-tp4688832p4696009.html Sent from the PyQt mailing list archive at Nabble.com. __

[PyQt] Create an installer package

2012-04-05 Thread Vijayakumar
Hi, I have developed an application which has nearly 10 individual python files. These files are core of the application. Now i want to convert these files into an installer package. I also want to do something similar for windows compatibility as well. My application also uses MySQL. I use My

Re: [PyQt] Animate text in QLabel

2012-04-04 Thread Vijayakumar
Thank you for the pointers. Its very helpful. -- View this message in context: http://python.6.n6.nabble.com/Animate-text-in-QLabel-tp4671287p4687555.html Sent from the PyQt mailing list archive at Nabble.com. ___ PyQt mailing listPyQt@riverbankcom

[PyQt] Animate text in QLabel

2012-03-30 Thread Vijayakumar
Hi Folks, I'm developing an application where i would display a text (word) in the QLabel for the time chosen by the user (for example, 2 or 3 seconds). Now, my application just shows the word and after 3 seconds it disappears. Its good, but i want to make it better by animating the text. For e