Re: [python-win32] Python Excel - 2 workbooks affect each other[SEC=UNCLASSIFIED]

2011-03-02 Thread Stefanie Lück
Hello! Thanks for the answers and pointing me to paste/copy references of Excel! I solved the problem by adding self.xlApp.CutCopyMode = False into my excel code just after I call self.xlApp = Dispatch ('Excel.Application'). I still don’t know how Excel keep the reference from coping data

Re: [python-win32] Problem with msvcr90.dll

2011-03-02 Thread Aahz
On Tue, Feb 01, 2011, Tefnet Developers wrote: $ make pytest.exe i586-mingw32msvc-gcc -I./include -I./include/python -Wall -pedantic -std=c99-c -o pytest.o pytest.c i586-mingw32msvc-gcc -L./lib -o pytest.exe pytest.o -lmingw32 -lpython26 rm pytest.o The output looks like this:

Re: [python-win32] Problem with msvcr90.dll

2011-03-02 Thread Mark Hammond
On 2/02/2011 3:11 AM, Tefnet Developers wrote: Dnia 2011-02-01, wto o godzinie 10:44 +1100, Mark Hammond pisze: This stuff is painful and poorly documented. Is it possible the code which triggers the failing import is on a different thread than the one which loaded Python? If so, I suspect

Re: [python-win32] Problem with msvcr90.dll

2011-03-02 Thread Tim Roberts
Mark Hammond wrote: What happens if you give that executable a manifest referencing the CRT? Note that things changed since pywin32 build 214 - now (almost) none of the pywin32 pyd files have a manifest at all, meaning they can be loaded correctly by Python itself in all cases - but the

[python-win32] Possible trouble with pywin23-216 on python 3.2

2011-03-02 Thread Vernon Cole
Attempting to install using the binary installer, the installer gets to postinstall script finished, but the display window says: v v v v v v v v Copied pythoncom32.dll to C:\Windows\system32\pythoncom32.dll Copied pythoncomloader32.dll to C:\Windows\system32\pythoncomloader32.dll Copied

Re: [python-win32] Possible trouble with pywin23-216 on python 3.2

2011-03-02 Thread Mark Hammond
On 3/03/2011 4:15 PM, Vernon Cole wrote: Attempting to install using the binary installer, the installer gets to postinstall script finished, but the display window says: v v v v v v v v Copied pythoncom32.dll to C:\Windows\system32\pythoncom32.dll Copied pythoncomloader32.dll to