Bug 533619

Summary: missing dependency: python-numeric
Product: [Fedora] Fedora Reporter: Chitlesh GOORAH <chitlesh>
Component: labyrinthAssignee: Peter Gordon <peter>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: overholt, peter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-22 06:16:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chitlesh GOORAH 2009-11-07 22:13:21 UTC
Description of problem:
labyrinth is missing a requires: python-numeric

Version-Release number of selected component (if applicable):
labyrinth-0.4.0-5.fc12.noarch

How reproducible:
everytime

Steps to Reproduce:
1. yum remove python-numeric
2. launch labyrinth
3. python traceback expected
  
Actual results:
chitlesh(Desktop)[0]$labyrinth 
Traceback (most recent call last):
  File "/usr/bin/labyrinth", line 45, in <module>
    import utils
  File "/usr/lib/python2.6/site-packages/labyrinth/utils.py", line 29, in <module>
    from Numeric import *
ImportError: No module named Numeric


Expected results:
launch flawlessly

Additional info:

Comment 1 Andrew Overholt 2009-11-12 20:37:39 UTC
I just experienced this, too.

Comment 2 Chitlesh GOORAH 2009-12-02 13:32:07 UTC
Ping ?

Comment 3 Peter Gordon 2010-01-22 06:16:49 UTC

*** This bug has been marked as a duplicate of bug 531411 ***