← Back to team overview

clicompanion-devs team mailing list archive

[Bug 908235] [NEW] Dependencies failure on setup

 

Public bug reported:

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
ans show the user a nicer message, like 'The setup scripts needs the
python DistUtilsExtra libs to be installed'.


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

** Affects: clicompanion
     Importance: Low
         Status: New

-- 
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 ans show the user a nicer message, like 'The setup scripts
  needs the python DistUtilsExtra libs to be installed'.

  
  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


Follow ups

References