Re: py2exe + pywinauto + sendkeys issue

2008-03-17 Thread Gabriel Genellina
En Mon, 17 Mar 2008 14:22:31 -0300, hellt <[EMAIL PROTECTED]> escribió: > On 17 мар, 15:48, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: >> En Mon, 17 Mar 2008 08:56:26 -0200, hellt <[EMAIL PROTECTED]> >> escribi�: >> >> > i have a problem with this modules py2exe + pywinauto + sendkeys used >>

Re: py2exe + pywinauto + sendkeys issue

2008-03-17 Thread hellt
On 17 мар, 20:22, hellt <[EMAIL PROTECTED]> wrote: > On 17 мар, 15:48, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > > > > > En Mon, 17 Mar 2008 08:56:26 -0200, hellt <[EMAIL PROTECTED]> escribi�: > > > > i have a problem with this modules py2exe + pywinauto + sendkeys used > > > together. > > >

Re: py2exe + pywinauto + sendkeys issue

2008-03-17 Thread hellt
On 17 мар, 15:48, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 17 Mar 2008 08:56:26 -0200, hellt <[EMAIL PROTECTED]> escribi�: > > > i have a problem with this modules py2exe + pywinauto + sendkeys used > > together. > > > In my script i'm using this expression > > app.window_(title="SJ

Re: py2exe + pywinauto + sendkeys issue

2008-03-17 Thread hellt
On 17 мар, 15:48, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 17 Mar 2008 08:56:26 -0200, hellt <[EMAIL PROTECTED]> escribi�: > > > i have a problem with this modules py2exe + pywinauto + sendkeys used > > together. > > > In my script i'm using this expression > > app.window_(title="SJ

Re: py2exe + pywinauto + sendkeys issue

2008-03-17 Thread Gabriel Genellina
En Mon, 17 Mar 2008 08:56:26 -0200, hellt <[EMAIL PROTECTED]> escribi�: > i have a problem with this modules py2exe + pywinauto + sendkeys used > together. > > In my script i'm using this expression > app.window_(title="SJphone").Edit.TypeKeys("Test is > running",with_spaces=True) > > TypeKeys is

py2exe + pywinauto + sendkeys issue

2008-03-17 Thread hellt
Hi all i have a problem with this modules py2exe + pywinauto + sendkeys used together. In my script i'm using this expression app.window_(title="SJphone").Edit.TypeKeys("Test is running",with_spaces=True) TypeKeys is using SendKeys module i suppose. my setup.py looks like that: from distutils.c