[Python for Capella 1.4.0] : issue with sample export script to excel

Hi,

I have just deployed P4C 1.4.0 in Capella-7.0.1 and I notice that :

  • Sample scripts that export data to excel don’t work. They go in an endless running process as illustrated in the following figure

  • Sample scripts showing results in console are running well

Anyone else had the same issue? How to solve it.

Valery

I tried to run the script and it runs as expected.

Did you install numpy ? because it can cause the process to hang. You can have a look at this issue and try to apply the patch (Note: thread.setDaemon(True) is now thread.daemon = True).

Yes, I have Numpy installed.

I have removed deamon statement based on issue reported here and it works:

1 Like