[python-win32] makepy.py excel-libs

2006-07-20 Thread Wolf, Matthias ALRT/ELD
Title: makepy.py excel-libs Hello I've made a 'Microsoft Excel 11.0 Object Library' from the 'EXCEL.EXE'-File and can now create excel-diagrams with python. But if want to use some special variables e.g. 'MajorGridlines': ### VBA-Marco-Example

Re: [python-win32] makepy.py excel-libs

2006-07-20 Thread guy lateur
Title: makepy.py excel-libs Looking at your VBA code, it seems like Weight is a property of Border, not of MajorGridlines. You may want to try MajorGridlines.Border.Weight = ... best regards, g From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wolf, Matthias ALRT/ELDSent:

[python-win32] starnge error at startup

2006-07-20 Thread Robin Becker
I get the following error when starting pythonwin on a particular script. I would like to be able to debug the script, but pythonwin won't seem to open it. Has anyone any idea what could cause this? I assume it must be something to do with the way the script is laid out or some obscure

Re: [python-win32] starnge error at startup

2006-07-20 Thread Gabriel Genellina
At Thursday 20/7/2006 12:20, Robin Becker wrote: I get the following error when starting pythonwin on a particular script. I would like to be able to debug the script, but pythonwin won't seem to open it. import tokenize File C:\Python\lib\tokenize.py, line 38, in ? COMMENT =