Re: [python-win32] Python Windows MSI installs now fails with error 2755...

2009-05-04 Thread Shun-ichi GOTO
mission in detail dialog from security tab of file's property dialog. If the use 'SYSTEM' does not have read permission, you'll got the error. -- Shun-ichi GOTO ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Using ctypes

2010-12-26 Thread Shun-ichi Goto
2010/12/27 Mico Siahaan : > import ctypes > ctypes.windll.kernel32.DeleteFileA("E:\deleteme.txt") It should be r"E:\deleteme.txt" or "E:\\deleteme.txt" -- Shun-ichi GOTO ___ python-win32 mailing list python-win