[python-win32] RE : RE : win32pdhutil.S howAllProcesses() fails

2006-07-15 Thread Charles BROSSOLLET
Title: [python-win32] RE : win32pdhutil.ShowAllProcesses() fails Yes, it works! Thank you very much! (actually "Process ID" also had to changed) Maybe the function should be updated in next releases?   Cheers,   Charles. De: [EMAIL PROTECTED] de la part de Roger UpoleDate: sam. 15/07/

[python-win32] RE : win32pdhutil.ShowAllProcesses() fails

2006-07-15 Thread Roger Upole
> Charles BROSSOLLET wrote: > >> when I looked again in the archives, I looks that people who have the >> problem are on non-english OSes... Maybe it is related? >> Cheers >> Charles > Actually, I just noticed that win32pdhutil already has a function to retrieve the localized counter name. If y

[python-win32] RE : win32pdhutil.ShowAllProcesses() fails

2006-07-15 Thread Roger Upole
Charles BROSSOLLET wrote: > when I looked again in the archives, I looks that people who have the problem > are on non-english OSes... Maybe it is related? > Cheers > Charles According to this: http://support.microsoft.com/kb/q287159/ the solution for non-English Windows is to find the index for

Re: [python-win32] Any chance of a new build for 2.5?

2006-07-15 Thread Michel Claveau
Hi, Paul! >>> Sorry, I wasn't clear. That version produces API version mismatch >>> warnings with the latest Python 2.5 beta. A rebuild of pywin32 is needed >>> to fix this, unfortunately. Afflicted. It's me which has reacts inopportunely. Your message/intervention was justified. @+ Michel C

Re: [python-win32] Any chance of a new build for 2.5?

2006-07-15 Thread Paul Moore
On 7/15/06, Michel Claveau <[EMAIL PROTECTED]> wrote: > Hi! > > Until some months : >http://sourceforge.net/project/showfiles.php?group_id=78018 Sorry, I wasn't clear. That version produces API version mismatch warnings with the latest Python 2.5 beta. A rebuild of pywin32 is needed to fix thi

Re: [python-win32] Any chance of a new build for 2.5?

2006-07-15 Thread Michel Claveau
Hi! Until some months : http://sourceforge.net/project/showfiles.php?group_id=78018 @-salutations -- Michel Claveau ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Any chance of a new build for 2.5?

2006-07-15 Thread Paul Moore
Is there going to be a new release of pywin32 for Python 2.5 soon? The reason I ask is that 2.5 final is getting close, and the existing binary was built before the API number changes, so it generates a load of warnings with the current beta. It's not a big deal, but it would be nice... Thanks, P

[python-win32] RE : win32pdhutil.ShowAllPro cesses() fails

2006-07-15 Thread Charles BROSSOLLET
I think I found the problem : the object name that is passed to EnumObjectItems must be localized in the system language!! damned Windows...   I used win32process functions to get the work done, I post it so in case it can help somebody...   import win32process, win32api, winnt, os def

Re: [python-win32] RE : win32pdhutil.ShowAllPro cesses() fails

2006-07-15 Thread Michel Claveau
Hi!   After the Charles's message, I try, on my XP-SP2 "FRENCH". Same error :   Traceback (most recent call last):  File "D:\dev\python\ess.py", line 3, in ?    win32pdhutil.ShowAllProcesses()  File "C:\Python24\Lib\site-packages\win32\lib\win32pdhutil.py", line 95, in ShowAllProcesses

[python-win32] RE : win32pdhutil.ShowAllPro cesses() fails

2006-07-15 Thread Charles BROSSOLLET
when I looked again in the archives, I looks that people who have the problem are on non-english OSes... Maybe it is related?   Cheers   Charles De: Mark Hammond [mailto:[EMAIL PROTECTED]Date: sam. 15/07/2006 03:00À: Charles BROSSOLLET; 'python-win32'Objet : RE: [python-win32] win32pdh