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