[python-win32] Excel cannot open or save
João Pedro Arruda Leme
joao.arrudaleme at gmail.com
Tue Sep 22 08:39:34 EDT 2020
Hello,
I've been facing a problem when trying to execute a scheduled task (Windows
Task Scheduler) that calls a Python script making use of pywin32.
The script is very simple, it opens Excel, writes 3 cells, saves and closes
it. I can execute it directly by the Administrator and, using runas, I can
execute it with every user. When I put it on Task Scheduler to be executed
by the administrator it works very well, but as soon as I put to be
executed by a different user, I get this error message:
Microsoft Excel cannot open or save any more documents because there is not
enough available memory or disk space.
-
To make more memory available, close workbooks or programs you no longer
need.
-
To free disk space, delete files you no longer need from the disk you
are saving to.
I believe there is a configuration to be made to allow the script to run.
Do you have any idea on how to solve this?
--
João Pedro *de Arruda Leme*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20200922/6fb98db9/attachment.html>
More information about the python-win32
mailing list