Fix for the relax start up detection of missing Python packages.
The dep_check module is now imported first, as it used to be. This is required to check if all
required modules are installed and to present understandable messages to the user rather than
cryptic ImportError messages with tracebacks.