Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. bash-3.2$ ./test_pyqt4.exe
  2. /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib
  3. objc[16341]: Class QCocoaColorPanelDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  4. objc[16341]: Class QMacSoundDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  5. objc[16341]: Class QCocoaPanel is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  6. objc[16341]: Class QCocoaView is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  7. objc[16341]: Class QCocoaWindow is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  8. objc[16341]: Class QCocoaWindowDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  9. objc[16341]: Class QCocoaMenuLoader is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  10. objc[16341]: Class QNSApplication is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  11. objc[16341]: Class QCocoaApplicationDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  12. objc[16341]: Class QCocoaWindowCustomThemeFrame is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  13. objc[16341]: Class QCocoaToolBarDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  14. objc[16341]: Class QCocoaMenu is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  15. objc[16341]: Class QNSOpenSavePanelDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  16. objc[16341]: Class QCocoaFontPanelDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  17. objc[16341]: Class QNSWindowProxy is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  18. objc[16341]: Class QNSPanelProxy is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  19. objc[16341]: Class QCocoaPageLayoutDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  20. objc[16341]: Class QCocoaPrintPanelDelegate is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  21. objc[16341]: Class QNSMenu is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  22. objc[16341]: Class QNSStatusItem is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
  23. objc[16341]: Class QNSImageView is implemented in both /private/tmp/test_pyqt4.app/Contents/MacOS/libQtGui.4.dylib and /opt/local/lib/libQtGui.4.dylib. One of the two will be used. Which one is undefined.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement