Re: [python-win32] Win32 GUI for beginners.

2013-12-31 Thread Heang Lim
TESTS, QtCore.SIGNAL("clicked()"), self.RUN_SELECTED_TESTS) ... def RUN_SELECTED_TESTS(): #This method will run all selected tests on the GUI. 5. Google for sample Qt scripts and how to use and trigger Qt button signals. There are a lot of sample codes out there. I hope this hel

Re: [python-win32] Win32 GUI for beginners.

2014-01-02 Thread Heang Lim
I have never used PyQT.uic api before. Thanks for the suggestion and the link. I have to look into it. -Heang On Wed, Jan 1, 2014 at 9:04 PM, Michael Torrie wrote: > On 12/31/2013 11:26 AM, Heang Lim wrote: > > 2. When you convert your guiApp.ui into guiApp.py, it creates

[python-win32] Python Newbie Question

2006-02-22 Thread Heang Lim
I've installed Python on my c:\python23 directory and Apache on my c:\Apache2 directory. On my DOS windows, I went to c:\Apache\htdocs directory and enter 'python' to go into the interactive mode. When I tried to import some modules such as 'import os' or 'import string', I was getting 'ImportErr