Created
March 29, 2013 22:40
-
-
Save mazz/5274170 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' | |
} |
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
[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']