py2exe + pywinauto + sendkeys issue

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Mar 17 13:51:27 EDT 2008


En Mon, 17 Mar 2008 14:22:31 -0300, hellt <Dodin.Roman at gmail.com> escribió:
> 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.
>>
> 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"

Does your script actually work *without* py2exe?
SendKeys is a separate package that you have to download and install  
separately.

-- 
Gabriel Genellina




More information about the Python-list mailing list