[python-win32] Emulate a keystroke for Kbhit function (Conio.h)

2007-04-10 Thread Frank Günther
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

[python-win32] Recovering a DLL with ctypes from a VB project

2007-04-10 Thread Grzegorz Adam Hankiewicz
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

[python-win32] ANN: pywinauto 0.3.7 now released

2007-04-10 Thread Mark Mc Mahon
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