← Back to team overview

clicompanion-devs team mailing list archive

[Bug 908235] Re: Dependencies failure on setup

 

It is nice improvement, thanks David!

-- 
You received this bug notification because you are a member of CLI
Companion Development Team, which is subscribed to CLI Companion.
https://bugs.launchpad.net/bugs/908235

Title:
  Dependencies failure on setup

Status in CLI Companion:
  New

Bug description:
  When executing the setup script it will crash ans show a stack trace
  with a 'module not found' error. We should try to capture the
  exception and show the user a nicer message, mainly because it's not
  in the standard library yet. Something like 'The setup scripts needs
  the python DistUtilsExtra module to be installed' should be enough.

  The actual output is:
  clicompanion$ sudo python setup.py install
  [sudo] password for user:
  Traceback (most recent call last):
    File "setup.py", line 22, in <module>
      from DistUtilsExtra.command import *
  ImportError: No module named DistUtilsExtra.command

To manage notifications about this bug go to:
https://bugs.launchpad.net/clicompanion/+bug/908235/+subscriptions


References