Tim Golden wrote: > Claude Henchoz wrote: > > > Is there any way of listing partitions on a (win32) computer without > > using WMI? > > Not that this answers your question, but why _don't_ you > want to use WMI? > > TJG
>>> import wmi Traceback (most recent call last): File "<pyshell#0>", line 1, in -toplevel- import wmi ImportError: No module named wmi >>> -- http://mail.python.org/mailman/listinfo/python-list