Re: tkMessageBox dialog help

2005-05-01 Thread garyr
Nathan wrote: > Hi, > > I've been testing the standard dialog boxes in tkMessageBox under IDLE. > If I type for example, tkMessageBox.askyesno('test', 'test'), the dialog box > comes up fine but another window also appears. I'm guessing this is the > parent window of the message box. If I click on

Re: Mouseclick

2005-05-02 Thread garyr
Terje Johan Abrahamsen wrote: > Hello. > > I have been trying desperately for a while to make Python push the > left mousebutton. I have been able to let Python push a button in a > box: > > def click(hwnd): > win32gui.SendMessage(hwnd, win32con.WM_LBUTTONDOWN, 0, 0) > win32gui.SendMessage

Re: pyparallel and MAKE controller board for CRYDOM AC/DC switches

2005-10-11 Thread garyr
Richard Siderits wrote: > Greetings. I am trying to write a small application for controlling CRYDOM > AC and DC switches from the parallel port using pyparallel. The project is > described in the latest issue of MAKE magazine Vol.3 pg 86. All of the > examples are in C, VB, Linux, Unix but not

py2exe, pyparallel

2005-11-13 Thread garyr
I'm using py2exe to create a standalone program that uses pyparallel. When I run the created program an error occurs and a message directs me to the log file which contains: Traceback (most recent call last): File "fg.py", line 30, in ? import dds2 File "dds2.pyc", line 24, in ? WHETHE

Re: py2exe, pyparallel

2005-11-13 Thread garyr
Chris Mellon wrote: > On 13 Nov 2005 10:03:52 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm using py2exe to create a standalone program that uses pyparallel. > > When I run the created program an error occurs and a message directs me > > to > > the log file which contains: > > > > Tr