[python-win32] SHEmptyRecycleBin error on Vista/7

2009-11-21 Thread Andrew Ziem
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:\\

Re: [python-win32] ANN: PyGUI Mailing List

2009-11-21 Thread Greg Ewing
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

Re: [python-win32] ANN: PyGUI Mailing List

2009-11-21 Thread Thomas Heller
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