Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long python process apparently timing out #44

Open
peoplebuilder opened this issue Jan 29, 2015 · 2 comments
Open

Long python process apparently timing out #44

peoplebuilder opened this issue Jan 29, 2015 · 2 comments

Comments

@peoplebuilder
Copy link

I have a long-running python process that works independently and works properly in Excel when runtime is under 90 seconds or so. If the runtime is sufficiently long, Excel generates an alert - "Microsoft Excel is waiting for a another application to complete an OLE action".

This is pretty clearly a timeout, but I can't figure out how to set a longer timeout - maybe 600 seconds. Is it possible to set a longer timeout for ExcelPython

@AntonioSuriano
Copy link

Hi,

this behaviour is typical of VBA calling external programs that are slow.

It happens with Oracle, Matlab, Datastream...
But it does not mean the process stopped.

@ericremoreynolds
Copy link
Owner

Thanks Antonio, actually I think I forgot to reply to this issue.

What Antonio says is entirely correct, unfortunately though I do not know of a way of increasing the timeout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants