[MacPorts] #19006: Add Qt4Agg backend to py25-matplotlib and py-matplotlib

MacPorts noreply at macports.org
Sat Mar 28 17:38:23 PDT 2009


#19006: Add Qt4Agg backend to py25-matplotlib and py-matplotlib
------------------------------------------+---------------------------------
 Reporter:  macsforever2000@…             |       Owner:  ram@…                        
     Type:  enhancement                   |      Status:  assigned                     
 Priority:  Normal                        |   Milestone:  Port Enhancements            
Component:  ports                         |     Version:  1.7.0                        
 Keywords:  python                        |        Port:  py-matplotlib py25-matplotlib
------------------------------------------+---------------------------------

Comment(by ram@…):

 Just tried install py25-pyqt4 and as expected it fails on activation.
 Trying to import the module you mentions fails both before:

 {{{
 In [1]: import PyTQ4.QtCore
 ---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)

 /Users/ram/<ipython console> in <module>()

 ImportError: No module named PyTQ4.QtCore
 }}}

 and:

 {{{
 $ sudo port install py25-pyqt4
 --->  Fetching py25-pyqt4
 --->  Attempting to fetch PyQt-mac-gpl-4.4.4.tar.gz from
 http://pyqwt.sourceforge.net/support/
 --->  Verifying checksum(s) for py25-pyqt4
 --->  Extracting py25-pyqt4
 --->  Configuring py25-pyqt4
 --->  Building py25-pyqt4
 --->  Staging py25-pyqt4 into destroot
 --->  Installing py25-pyqt4 @4.4.4_0
 --->  Activating py25-pyqt4 @4.4.4_0
 Error: Target org.macports.activate returned: Not a directory
 Error: Status 1 encountered during processing.
 $
 }}}

 after:

 {{{
 In [2]: import PyTQ4.QtCore
 ---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)

 /Users/ram/<ipython console> in <module>()

 ImportError: No module named PyTQ4.QtCore

 In [3]:
 }}}

 So I cannot test the Qt backend, therefore I cannot add it. #16068 needs
 to be fixed first.

-- 
Ticket URL: <http://trac.macports.org/ticket/19006#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list