A.B., Khalid wrote: > Shouldn't that part read as follows? Or am I missing something? > > """ > rc = ShellExecuteW((HWND)0, > PyUnicode_AS_UNICODE(woperation), > PyUnicode_AS_UNICODE(unipath), > NULL, NULL, SW_SHOWNORMAL); > """
That's certainly better, though not correct, yet: woperation might be NULL. So I fixed all that (I hope). Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com