Skip to content

Instantly share code, notes, and snippets.

@mazz
Created March 29, 2013 22:40
Show Gist options
  • Save mazz/5274170 to your computer and use it in GitHub Desktop.
Save mazz/5274170 to your computer and use it in GitHub Desktop.
# These are installation specific values created when PyQt4 was configured.
_pkg_config = {
'pyqt_bin_dir': '/System/Library/Frameworks/Python.framework/Versions/2.7/bin',
'pyqt_config_args': '',
'pyqt_mod_dir': '/Library/Python/2.7/site-packages/PyQt4',
'pyqt_modules': 'QtCore QtGui QtHelp QtMultimedia QtNetwork QtDBus QtDeclarative QtOpenGL QtScript QtScriptTools QtSql QtSvg QtTest QtWebKit QtXml QtXmlPatterns phonon QtDesigner',
'pyqt_sip_dir': '/System/Library/Frameworks/Python.framework/Versions/2.7/share/sip/PyQt4',
'pyqt_sip_flags': '-x VendorID -t WS_MACX -x PyQt_NoPrintRangeBug -t Qt_4_8_4 -x Py_v3 -g',
'pyqt_version': 0x040a00,
'pyqt_version_str': '4.10',
'qt_data_dir': '/usr/local/Qt4.8',
'qt_dir': '/',
'qt_edition': 'free',
'qt_framework': 1,
'qt_inc_dir': '/usr/include',
'qt_lib_dir': '/Library/Frameworks',
'qt_threaded': 1,
'qt_version': 0x040804,
'qt_winconfig': 'shared'
}
@mazz
Copy link
Author

mazz commented Mar 29, 2013

[michael@varga (Fri Mar 29 18:45:38) /System/Library/Frameworks/Python.framework/Versions/2.7/bin]% python -c "import sys, pprint; pprint.pprint(sys.path)"
['',
'/Library/Python/2.7/site-packages/pip-1.3.1-py2.7.egg',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages',
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
'/Library/Python/2.7/site-packages']

@mazz
Copy link
Author

mazz commented Mar 29, 2013

python -c "import sys; print sys.prefix"

/System/Library/Frameworks/Python.framework/Versions/2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment