Re: [Tutor] does anyone know a good module for automation

2013-04-26 Thread Frank Schiro
wrote: > On 20/04/13 23:07, Frank Schiro wrote: > >> >> Unless you think pywinauto would work in a game envoirnment ? I think it >> might but have not tried it because no games on my pc... I just know it >> didnt work for internet explorer. >> > > I

[Tutor] does anyone know a good module for automation

2013-04-20 Thread Frank Schiro
I once had a friend who built a bot to play a strategy game called Red Alert : Tiberian Sun. I guess it would be similar to warcraft 3. Im wondering, does anyone know a good python module that would help me if I wanted to accomplish something similar? All I have found so far while surfing has bee

[Tutor] hard time importing a module

2013-04-19 Thread Frank Schiro
hi I have a question about modules ... Im trying to use a 3rd party module called pywinatuo. It said I had to install 2 other modules. 1 was called sendkeys.py, the other was ctypes. Ctypes was included in the python library I had, but sendkeys was not. After I found SendKeys, I put it in a direc