Hello,

I solved the issue.

/usr/lib64/python2.6/collections.py
in this file, there was no definition of 'OrderedDict'

I had this:
__all__ = ['deque', 'defaultdict', 'namedtuple']
...

I added the 'OrderedDict' with its definition
__all__ = ['deque', 'defaultdict', 'namedtuple', 'OrderedDict']


Le mardi 19 janvier 2016 20:16:30 UTC+1, yzd a écrit :
>
> Hello,
> I installed 2.3.8 spyder on Redhat 6.4
> At launch, I have the following error:
>
> File "/usr/bin/spyder", line 3, in <module>
>     start_app.main()
>   File "/usr/lib/python2.6/site-packages/spyderlib/start_app.py", line 
> 114, in main
>     from spyderlib import spyder
>   File "/usr/lib/python2.6/site-packages/spyderlib/spyder.py", line 142, 
> in <module>
>     from spyderlib.utils.introspection import module_completion
>   File 
> "/usr/lib/python2.6/site-packages/spyderlib/utils/introspection/__init__.py", 
> line 11, in <module>
>     from .plugin_manager import PluginManager
>
>
> *  File 
> "/usr/lib/python2.6/site-packages/spyderlib/utils/introspection/plugin_manager.py",
>  
> line 11, in <module>    from collections import OrderedDictImportError: 
> cannot import name OrderedDict*
>
>
> Do you have an idea?
>

-- 
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 https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to