Bug 17803 - dispcalGUI does not start
Summary: dispcalGUI does not start
Status: RESOLVED DUPLICATE of bug 17648
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Nicolas Lécureuil
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 03:12 CET by Helge Hielscher
Modified: 2016-02-23 09:02 CET (History)
1 user (show)

See Also:
Source RPM: dispcalGUI-1.2.7.0-9.mga6.src.rpm
CVE:
Status comment:


Attachments

Description Helge Hielscher 2016-02-22 03:12:12 CET
Description of problem:
$ dispcalGUI                                                         
/usr/lib64/python2.7/site-packages/dispcalGUI/colord.py:10: PyGIWarning: Colord was imported without specifying a version first. Use gi.require_version('Colord', '1.0') before import to ensure that the right version gets loaded.   
  from gi.repository import Colord                                           
Traceback (most recent call last):                                           
  File "/bin/dispcalGUI", line 15, in <module>                               
    from dispcalGUI.dispcalGUI import main                                   
  File "/usr/lib64/python2.7/site-packages/dispcalGUI/dispcalGUI.py", line 150, in <module>                                                               
    from wxProfileInfo import ProfileInfoFrame                               
  File "/usr/lib64/python2.7/site-packages/dispcalGUI/wxProfileInfo.py", line 19, in <module>                                                             
    from wxenhancedplot import _Numeric                                      
  File "/usr/lib64/python2.7/site-packages/dispcalGUI/wxenhancedplot.py", line 132, in <module>                                                           
    raise ImportError, "Numeric,numarray or NumPy not found. \n" + msg       
ImportError: Numeric,numarray or NumPy not found.                            
                                                                             
            This module requires the Numeric/numarray or NumPy module,       
            which could not be imported.  It probably is not installed       
            (it's not part of the standard Python distribution). See the     
            Numeric Python site (http://numpy.scipy.org) for information on  
            downloading source or binaries. 

Version-Release number of selected component (if applicable):
dispcalGUI-1.2.7.0-9.mga6

How reproducible: always

NumPy is installed:
$ rpm -qa|grep numpy
python-numpy-1.10.4-1.mga6

Upstream is at Version 3.1:
svn://svn.code.sf.net/p/dispcalgui/code/trunk
Comment 1 Helge Hielscher 2016-02-22 03:20:57 CET
could be a duplicate of bug 17648
David GEIGER 2016-02-22 06:23:07 CET

CC: (none) => geiger.david68210
Assignee: bugsquad => mageia

Comment 2 Rémi Verschelde 2016-02-22 07:34:29 CET
Maybe not fully a duplicate as the stacktrace is different, but let's handle both in bug 17648 as anyway DispcalGUI is broken due to both bugs.

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

Status: NEW => RESOLVED
Resolution: (none) => DUPLICATE

Comment 3 David GEIGER 2016-02-22 11:19:53 CET
Ok Thanks for your report!

So, now should be fixed with new upstream package displaycal-3.1.0.0-1.mga6.


For info:
new package displaycal replaces old package dispcalGUI, this is the same package but upstream has just changed the name.

Would it be possible to test if all seems good?
Comment 4 Helge Hielscher 2016-02-23 09:02:44 CET
displaycal works for me. thanks for the fast response.

Note You need to log in before you can comment on or make changes to this bug.