Skip to content
Ezequiel Torres Feyuk edited this page Apr 19, 2017 · 1 revision

In this section you will find common questions that comes to one's mind when using MLC. If you think of a good question to be inserted here, please send us a mail to expand the section :)

Why does MLC take so long to start the first time I execute it?

This is something usual in any Python project. The first time Python execute a piece of code, it tries to generate .pyc and .pyo compiled bytecode files to boost the load performance of the application in further executions. This also will happen with every portion of the program that will be used for the first time.

How can I get more information about what MLC is doing?

TODO: Explain how to use the logs properly

MLC crash without displaying any Window Error Message. What do I do?

There are multiple reasons to explain this behaviour. This could be a configuration problem, an installation problem or just a bug. The first thing you ought to do is to check for errors in the MLC logs. If you still can't figure out what's wrong, we recommend to open an issue explaining the problem and the steps to reproduce it. If it's possible, upload the MLC Experiment and logs relevant to the issue

Clone this wiki locally