Re: [python-win32] gpedit reload method in python

2009-05-08 Thread Mark Hammond
le dahut wrote: Hi, I tried it with "SHCNE_ALLEVENTS" as argument with no success : shell.SHChangeNotify(shellcon.SHCNE_ALLEVENTS, shellcon.SHCNF_IDLIST ,None) Any other idea ? You will need to get the IDLIST for your object; I don't think passing None will work. Mark _

Re: [python-win32] Implement a com server with a undocument interface

2009-05-08 Thread Mark Hammond
I'm afraid you can only implement non-supported interfaces if they are described in a type-library - in which case the 'pippo' examples and tests should get you started. Mark winterTTr wrote: I want to use the win32com to implement a shell extension with the function to display custom informa

Re: [python-win32] PythonWin IDE: how to assign a function/code to key F1 etc. ?

2009-05-08 Thread Mark Hammond
Some of that looks good, but I'm very short on time at the moment. Could you please split this into 2 patches (one for the debugging changes, one for the rest) and upload them to sourceforge? Thanks, Mark Robert wrote: Mark Hammond wrote: Robert wrote: want to put new functions (short pytho

Re: [python-win32] COM and retrieving records/structures

2009-05-08 Thread Mark Hammond
Simon Carter wrote: Hi! Is there anything else I can do to help track this down, or work around the problem? Without switching over to Python .Net or IronPython, I'm not entirely clear what I can do... Me either :( It will probably involve working out how to reproduce this in the test suite..

Re: [python-win32] Silent installation of pywin32

2009-05-08 Thread Tim Roberts
siddhartha veedaluru wrote: > > Do we have a way to install pywin32 module silently.? > Does the exe which is downloable support silent installation? Why do you want this? If you are planning to ship an application that needs pywin32, then this is NOT the right way to do it. Tools like py2exe

Re: [python-win32] Silent installation of pywin32

2009-05-08 Thread Tim Golden
siddhartha veedaluru wrote: Hi all Do we have a way to install pywin32 module silently.? Does the exe which is downloable support silent installation? Don't think so; your best bet is probably to rebuild as an MSI which you can install with a "silent running" mode. TJG ___

[python-win32] Silent installation of pywin32

2009-05-08 Thread siddhartha veedaluru
Hi all Do we have a way to install pywin32 module silently.? Does the exe which is downloable support silent installation? thanks Siddhartha ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32