On 04/01/2014 11:54 AM, Pete Ludlow wrote:
Hi all,I'm having an error when launching spyder from the terminal on my Mac (OS X 10.9). Immediately after I type 'spyder' to launch I see the following: Traceback (most recent call last): File "/opt/local/bin/spyder", line 3, in <module> start_app.main() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/spyderlib/start_app.py", line 76, in main from spyderlib import spyder File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/spyderlib/spyder.py", line 106, in <module> from spyderlib.plugins.inspector import ObjectInspector File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/spyderlib/plugins/inspector.py", line 46, in <module> from spyderlib.utils.inspector.sphinxify import (CSS_PATH, sphinxify, File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/spyderlib/utils/inspector/sphinxify.py", line 31, in <module> from sphinx.application import Sphinx File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/application.py", line 33, in <module> from sphinx.builders import BUILTIN_BUILDERS File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 16, in <module> import multiprocessing File "multiprocessing.py", line 3, in <module> class Worker(multiprocessing.Process): AttributeError: 'module' object has no attribute 'Process'
Looks to be a Sphinx issue with importing multiprocessing. When I look up multiprocessing in the Python system directory, I do not find multiprocessing.py or class Worker(multiprocessing.Process) in my Python 2.7 install. Seems there may be a user multiprocessing.py in the PYTHONPATH that is hiding the Python multiprocessing module.
Any help with solving what's up with the multiprocessing library/why this is happening would be greatly appreciated! Thanks!
-- Adrian Klaver [email protected] -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
