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'


Any help with solving what's up with the multiprocessing library/why this 
is happening would be greatly appreciated!

Thanks! 

-- 
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.

Reply via email to