<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>> > Hi list,
>> >
>> > I upgraded to Python 2.5 for evaluation and testing.
>> After installing the pywin32-210.win32-py2.5.exe, I found that the
>> > constants module doesn't work. For example, this code fails:
>> >
>> > from win32com
Frank Günther wrote:
> Hi All,
>
> I've automated a console application using win32pipe.popen2 by capturing the
> output stream and writing the input stream. So far it works fine but the
> console application uses Kbhit() from conio.h in some cases. Is there a
> possibility to fill the keyboard buf
Hi,
0.3.7 release of pywinauto is now available.
pywinauto is an open-source (LGPL) package for using Python as a GUI
automation 'driver' for Windows NT based Operating Systems (NT/W2K/XP/Vista?).
SourceForge project page:
http://sourceforge.net/projects/pywinauto
Download from SourceForge
http
Frank Günther wrote:
> I've automated a console application using win32pipe.popen2 by capturing the
> output stream and writing the input stream. So far it works fine but the
> console application uses Kbhit() from conio.h in some cases. Is there a
> possibility to fill the keyboard buffer and emul
Hello.
I have an old VB project using a dynamic library. I thought it would be
good to use this from Python through ctypes. However, the information
of function names in the dll is stripped. If I open the dll with the
dependency viewer I get something like:
4 (0x0004) Function N/A Entry p
Hi All,
I've automated a console application using win32pipe.popen2 by capturing the
output stream and writing the input stream. So far it works fine but the
console application uses Kbhit() from conio.h in some cases. Is there a
possibility to fill the keyboard buffer and emulate a keystroke for