[python-win32] Creating a list of stress tests for unit tests involving files

2010-06-09 Thread python
I'm working on a set of unit tests designed to stress test some file handling capabilities of our application. Listed below are some file names designed to cause failures when used with open/codecs.open and with the os/shutil module file functions. Can anyone think of additional scenarios (path na

Re: [python-win32] Creating a list of stress tests for unit tests involving files

2010-06-09 Thread Tim Roberts
On 6/9/2010 2:30 PM, [email protected] wrote: > I'm working on a set of unit tests designed to stress test some file > handling capabilities of our application. > ... > UNITTEST_UNICODE_PATH = ur'\xunicode_test_\xb0_\xb1_' That string consists of nothing but ordinary ASCII characters (in part, be

[python-win32] help

2010-06-09 Thread José Benito Camiña Prado
Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing that I need is that the program can get the paths that de user is accesing in real time, for example: C:\Documents and Settings\ C:\Documents and Settings\Administrator\ C:\Documents and Settings\Administrator\Desktop\

[python-win32] Python Hooks Navigation Logger Windows

2010-06-09 Thread sacaquija
Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing that I need is that the program can get the paths that de user is accesing in real time, for example: C:\Documents and Settings\ C:\Documents and Settings\Administrator\ C:\Documents and Settings\Administrator\Desktop\ C:

[python-win32] About monitor windows 2003 for Python

2010-06-09 Thread chq.wei
I am trying to use Python to monitor CPU usage ,traffic and tcp established,on windows 2003。How to do it?THX!!! ___ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] disable network interface

2010-06-09 Thread pacopyc pacopyc
Excuse me, I'd like to disable network interface of a remote host. I'm thinking to use Win32_NetworkAdapter. What do you think? How can I do? Is it possible disable network interface? Can you help me? I found in Internet this code: import wmi; c = wmi.WMI() o = c.query("select * from Win32_Networ