py2exe + pywinauto + sendkeys issue

hellt Dodin.Roman at gmail.com
Mon Mar 17 13:48:06 EDT 2008


On 17 мар, 20:22, hellt <Dodin.Ro... at gmail.com> wrote:
> On 17 мар, 15:48, "Gabriel Genellina" <gagsl-... at yahoo.com.ar> wrote:
>
>
>
> > En Mon, 17 Mar 2008 08:56:26 -0200, hellt <Dodin.Ro... at gmail.com> 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 using SendKeys module i suppose.
>
> > Does it work as a normal script, without using py2exe?
>
> > > my setup.py looks like that:
>
> > > from distutils.core import setup
> > > import py2exe
>
> > > setup(
> > >     options = {"py2exe": {"compressed": 1,
> > >                                              "optimize": 0,
> > >                                              "bundle_files": 1,
> > >                                              "packages": ["encodings", "pywinauto",
> > >                                              "pywinauto.controls", "pywinauto.tests"] } },
> > >     zipfile = None,
> > >     console=["hosts.py"]
> > > )
>
> > Perhaps you have to include SendKeys explicitely. I think pywinauto
> > doesn't require SendKeys, but uses it if already installed.
>
> > --
> > Gabriel Genellina
>
> pywinauto uses sendkeys when performs TypeKeys function.
> when i include sendkeys to my package's list i have an error posted
> below:
>
> "No module named SendKeys"



ok.. all is ok.
i have just reinstall sendkeys.



More information about the Python-list mailing list