[python-win32] Re: Constants quit working under Python 2.5

2007-04-10 Thread Roger Upole
<[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

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

2007-04-10 Thread Roger Upole
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

[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 http

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

2007-04-10 Thread Tim Golden
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

[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 p

[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 for