Re: [python-win32] Setting ownership and permissions

2014-01-02 Thread Joseph L. Casale
> You should be able to just adjust privs once, instead of doing it in each > call for every file. I blame the holiday distractions for not arriving there myself, thanks Roger. jlc ___ python-win32 mailing list [email protected] https://mail.pyth

Re: [python-win32] Canonical ordering of an ACL

2014-01-02 Thread Joseph L. Casale
> See function _ReorderACL in PyACL.cpp: > > http://pywin32.hg.sourceforge.net/hgweb/pywin32/pywin32/file/90d1d37b2444/win32/src/PyACL.cpp Thanks Roger, jlc ___ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/p

Re: [python-win32] Win32 GUI for beginners.

2014-01-02 Thread Heang Lim
I have never used PyQT.uic api before. Thanks for the suggestion and the link. I have to look into it. -Heang On Wed, Jan 1, 2014 at 9:04 PM, Michael Torrie wrote: > On 12/31/2013 11:26 AM, Heang Lim wrote: > > 2. When you convert your guiApp.ui into guiApp.py, it creates a Python > > class