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
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
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\
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:
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
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