taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Dependencies are not checked by scripts #542

Open mrosanes opened 7 years ago

mrosanes commented 7 years ago

When launching the taurus applications, if dependencies are missing, taurus does not report about which dependency is missing. It would be interesting that Taurus reports about the missing dependencies if this is the case.

mrosanes commented 7 years ago

This is happening at least in windows

LJBD commented 7 years ago

I've also seen this issue when I tried to launch taurusdesigner without qtdesigner on CentOS 7. The command just quit with no error message whatsoever.

cpascual commented 7 years ago

We removed the check in #513 as a workaround of an installation issue. (see https://github.com/taurus-org/taurus/pull/513#issuecomment-315774250)