On 05/20/2018 02:03 PM, Jim wrote:
Mint 18
Libreoffice 5.1.6.2
Python 3.6.5 in one virtual environment
Python 3.5.2 in another
I am writing a script that uses pyautogui to get some data and paste it
into a Libreoffice calc file, there by bypassing the complexity of uno.
The problem is it runs
Jim writes:
> ...
> The problem is it runs fine if I use python 3.5. If I use python 3.6
> it opens the calc file then pops up a dialog saying
> "std::bad_alloc".
This looks like a C++ error message -- maybe from "calc".
It also looks quite severe (some memory allocation problem).
Therefore, it