--
You received this message because you are subscribed to the Google Groups "Python XBee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-xbee...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
On Sat, Mar 1, 2014 at 11:54 PM, Dave Brown <dvbr...@gmail.com> wrote:
Which mentions Python 2.6. However, the Python you run from the terminal reports Python 2.7.3...Using /Library/Python/2.6/site-packages/pyserial-2.7-py2.6.egg
...
python -m easy_install pyserial
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/private/var/folders/op/opC4zUimEmK+3LeaThEEVk+++TI/-Tmp-/pip_build_davebrown/virtualenvwrapper/setup.py", line 7, in <module>
pbr=True,
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 113, in setup
_setup_distribution = dist = klass(attrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools/dist.py", line 223, in __init__
_Distribution.__init__(self,attrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 270, in __init__
self.finalize_options()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools/dist.py", line 256, in finalize_options
ep.load()(self, ep.name, value)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 1907, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named core
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/op/opC4zUimEmK+3LeaThEEVk+++TI/-Tmp-/pip_build_davebrown/virtualenvwrapper
Storing debug log for failure in /Users/davebrown/Library/Logs/pip.log
Dave-Browns-MacBook-Pro:~ davebrown$