Re: [python-win32] Ranged retrieval of large group membership lists

2010-03-15 Thread Tim Golden
On 13/03/2010 10:17, Tim Golden wrote: * Most people don't have member lists of 1500. We certainly don't. In order to test this I'm going to have to sweet-talk my admins into letting me use on our test-harness AD where I can generate several thousand random users. OK; I've got the

[python-win32] Pywin32-Excel Range/Cells problems

2010-03-15 Thread Sylvain Fauveau (apli-agipa)
Hello everybody. I have detected a problem with a cell with lng text in it but I'm not sure of his source. To reproduce it : from win32com.client import Dispatch excel = Dispatch('Excel.Application') sheet = excel.ActiveSheet sheet.Range('A1:C1').Value = ['test','test'*400,'test']

Re: [python-win32] Ranged retrieval of large group membership lists

2010-03-15 Thread Mike Diehn
Do you want me to ship you the code I wrote to do it? M On Mon, Mar 15, 2010 at 6:06 AM, Tim Golden m...@timgolden.me.uk wrote: On 13/03/2010 10:17, Tim Golden wrote: * Most people don't have member lists of 1500. We certainly don't. In order to test this I'm going to have to sweet-talk

[python-win32] COM: Volume Shadow Service through Python?

2010-03-15 Thread Robert
is there a way to use the VSS (as requester) from Python rather simple way - with COM functions or so (win32com or cytpes)? or only through a compiled SWIG extension or so? CreateVssBackupComponents / vssapi.dll http://msdn.microsoft.com/en-us/library/aa381517(VS.85).aspx seems to be a C++

Re: [python-win32] COM: Volume Shadow Service through Python?

2010-03-15 Thread Kevin Horn
On Mon, Mar 15, 2010 at 1:01 PM, Robert kxrobe...@googlemail.com wrote: is there a way to use the VSS (as requester) from Python rather simple way - with COM functions or so (win32com or cytpes)? or only through a compiled SWIG extension or so? CreateVssBackupComponents / vssapi.dll

[python-win32] ImportError on win32api

2010-03-15 Thread Dave Angel
Starting yesterday, one of my programs gets an import error trying to import win32api. The last time I ran the program was probably a month ago, and in the meantime I had updated the Python version, as follows: 2.6.4 (r264:75706, Jan 22 2010, 16:41:54) [MSC v.1500 32 bit (Intel)] This was