Using Python 2.5.4 on Vista and Windows 7, I get a catastrophic
failure with the same code that works on XP SP3
from win32com.shell import shell
shell.SHEmptyRecycleBin(None, None, 0)
com_error: (-2147418113, 'Catastrophic failure', None, None)
In hex, this error is 8000.
I tried drive="c:\\
Thomas Heller wrote:
Is the list available on gmane?
Not yet, but I'll look into making it so.
--
Greg
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Gregory Ewing schrieb:
> There is now a mailing list for discussion of PyGUI:
>
>http://mail.python.org/mailman/listinfo/pygui
Is the list available on gmane?
--
Thanks,
Thomas
___
python-win32 mailing list
python-win32@python.org
http://mail.pyt