Open Python Editor takes long time

Since a while it takes a very long time when I’m opening the python editor in VC. Are there *.pyc leftovers or cache files somewere, that I have to delete?

Hi,

We have not heard any case in which the the Python editor start to slow down when you open it. There are no cache or .pyc files created from the component python scripts.

Assuming you have 8Gb or more of RAM and not all of that memory is used at the moment, you should not have any delays.

With that said, if you are printing lots of messages in short time, the application will slow down.

 

Somehow this issues vanished. Thanks for your answer.