[MacPorts] #33574: from PySide import QtCore fails

MacPorts noreply at macports.org
Fri Mar 9 23:27:26 PST 2012


#33574: from PySide import QtCore fails
--------------------------------+-------------------------------------------
 Reporter:  blair@…             |       Owner:  mmoll@…           
     Type:  defect              |      Status:  new               
 Priority:  Normal              |   Milestone:                    
Component:  ports               |     Version:  2.0.3             
 Keywords:                      |        Port:  python-pyside     
--------------------------------+-------------------------------------------
 Using the latest PySide package with Python 2.7, this fails for me:

 {{{
 /opt/local/bin/python
 Python 2.7.2 (default, Jan 13 2012, 20:57:55)
 [GCC 4.2.1 Compatible Apple Clang 3.0 (tags/Apple/clang-211.12)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.
 Setting tab completion.
 >>> from PySide import QtCore
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
 ImportError:
 dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
 /site-packages/PySide/QtCore.so, 2): Symbol not found:
 _PyUnicodeUCS2_Compare
   Referenced from: /opt/local/lib/libshiboken-python2.7.1.1.dylib
   Expected in: flat namespace
  in /opt/local/lib/libshiboken-python2.7.1.1.dylib
 }}}

 This occurs on two separate systems, a MacBook Pro and MacPro, both
 running Lion.

-- 
Ticket URL: <https://trac.macports.org/ticket/33574>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list