Hi, I have just upgraded from Python 2.7.8 to 2.7.11, and Spyder stopped working. When I try to manually run Spyder I get the following error messages:
*Traceback (most recent call last):* * File "c:\program files\python\lib\runpy.py", line 162, in _run_module_as_main* * "__main__", fname, loader, pkg_name)* * File "c:\program files\python\lib\runpy.py", line 72, in _run_code* * exec code in run_globals* * File "C:\Program Files\Python\Scripts\spyder.exe\__main__.py", line 5, in <module>* * File "c:\program files\python\lib\site-packages\spyderlib\start_app.py", line 13, in <module>* * from spyderlib.config import CONF* *ImportError: cannot import name CONF* I assume that the above is related to Spyder's malfunction. How could I fix that? I don't want to stop using Spyder, hands down the best Python IDE in my opinion. I tried to reinstall Spyder via pip and by building from the sources, to no avail. Thanks, Fausto -- 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.
