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
>>
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.
>
> >
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
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
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
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