Re: [python-win32] Size of directory

2008-04-26 Thread Mark Hammond
> You have to walk the directory tree and sum each file's size.  Windows does this too > - try your right-click properties on a large directory and see how long it takes. > That's also what du does.  There are, however, some recipes that should make this > fairly simple for you - try this: > http

[python-win32] platform.release() and Vista

2008-04-26 Thread le dahut
Hello, I want to detect the version of windows (2K, XP, Vista). Therefore I used platform.release() but it doesn't work on Vista. Has anyone noticed this before ? ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/li

[python-win32] Accessing a Remote Registry....

2008-04-26 Thread Tom Moulton
Much obliged. Worked like a champ, but you already knew that! ;-) Tom ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Accessing a Remote Registry....

2008-04-26 Thread Tom Moulton
Much obliged. Worked like a champ, but you already knew that! ;-) Tom ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] (no subject)

2008-04-26 Thread Alex Denham
Hi all, I'm just wondering but when i try to access/update anything on my Tkinter GUI from one particular function, my whole program crashes/freezes with no error. The function is part of a class which handles all the GUI drawing/event handling etc. The function in question gets called from a w