xcode - Having trouble installing the Quartz python module -


i'm trying pyuserinput module , working on mac, unfortunately can't seem able quartz, 1 of dependencies, working.

i cd'd way file got https://pypi.python.org/pypi/pyobjc-framework-quartz , ran:

python setup.py install 

and vomits error looks this:

bens-mbp:pyobjc-framework-quartz-3.0.4 benlonc$ python setup.py install xcode-select: error: tool 'xcodebuild' requires xcode, active developer directory '/library/developer/commandlinetools' command line tools instance traceback (most recent call last):   file "setup.py", line 81, in <module>     [ 'modules/_coregraphics.m' ], extra_link_args=["-framework", "applicationservices"]),   file "/users/benlonc/desktop/pyobjc-framework-quartz-3.0.4/pyobjc_setup.py", line 460, in setup     **k   file "/library/frameworks/python.framework/versions/2.7/lib/python2.7/distutils/core.py", line 112, in setup     _setup_distribution = dist = klass(attrs)   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/dist.py", line 268, in __init__   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/dist.py", line 313, in fetch_build_eggs   file "build/bdist.macosx-10.6-x86_64/egg/pkg_resources/__init__.py", line 836, in resolve   file "build/bdist.macosx-10.6-x86_64/egg/pkg_resources/__init__.py", line 1081, in best_match   file "build/bdist.macosx-10.6-x86_64/egg/pkg_resources/__init__.py", line 1093, in obtain   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/dist.py", line 380, in fetch_build_egg   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/command/easy_install.py", line 629, in easy_install   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/command/easy_install.py", line 659, in install_item   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/command/easy_install.py", line 842, in install_eggs   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/command/easy_install.py", line 1070, in build_and_install   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/command/easy_install.py", line 1056, in run_setup   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/sandbox.py", line 240, in run_setup   file "/library/frameworks/python.framework/versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__     self.gen.throw(type, value, traceback)   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/sandbox.py", line 193, in setup_context   file "/library/frameworks/python.framework/versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__     self.gen.throw(type, value, traceback)   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/sandbox.py", line 164, in save_modules   file "build/bdist.macosx-10.6-x86_64/egg/setuptools/sandbox.py", line 138, in resume   file "/library/frameworks/python.framework/versions/2.7/lib/python2.7/pickle.py", line 1382, in loads     return unpickler(file).load()   file "/library/frameworks/python.framework/versions/2.7/lib/python2.7/pickle.py", line 858, in load     dispatch[key](self)   file "/library/frameworks/python.framework/versions/2.7/lib/python2.7/pickle.py", line 1133, in load_reduce     value = func(*args) typeerror: __init__() takes @ least 3 arguments (1 given) 

can give insight? i'd start looking @ automated bots , other stuff first need install can pyuserinput going.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -