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
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']
doesn'
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 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 my admins int
On 15/03/2010 16:04, Mike Diehn wrote:
Do you want me to ship you the code I wrote to do it?
Wouldn't do any harm :) Thanks
TJG
___
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
Sylvain Fauveau (apli-agipa) wrote:
> 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
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++ onl
On Mon, Mar 15, 2010 at 1:01 PM, Robert 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
> http://msdn.microsoft.com
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 ins