Various Python scripts running without problems under LO 4.2 cause now
crashes in LO 4.4 Calc.
My Python scripts are used to transfer various data and some formatting
information for cells via the pyuno bridge to Calc. Some of these scripts
run as expected. Calc displays the wanted result. As soon as thereafter some
menu item in Calc is selected which results in a modification of the cells
size in Calc (e.g. set optimal column width) Calc crashes (the protocoll
refers to msvcr110.dll as the DLL responsible the crash). The same may
already happen during the run of the Python script if the script calls some
Calc command
resulting in a change of Calc cell size.
In the LO 4.4 installation directory there is a msvcr110.dll but LO uses the
one found in the Windows system32 directory. Both DLLs have different
version numbers.
Are there any differences between LO 4.2 and 4.4 in the way pyuno is to be
used? Is there a way to avoid the crashes? How can I achieve that the DLL in
the LO installation directory is used without changing files in the windows
system directory?
After reinstallation of LO 4.2 everything runs fine again.
Operating system: Windows 7
Thanks for help!