Slaut les developpeurs je suis sous Python(xy) 2.7 , j'ai installé le package selenium et depuis je n'arrive pas a ouvrir spyder.
J'ai cette erreur dans l'invite de commande:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
 
c:\Python27\Scripts>spyder.exe
Traceback (most recent call last):
  File "c:\Python27\Scripts\spyder-script.py", line 9, in <module>
    load_entry_point('spyder==2.3.5.2', 'console_scripts', 'spyder')()
  File "c:\Python27\lib\site-packages\spyderlib\start_app.py", line 114, in main
 
    from spyderlib import spyder
  File "c:\Python27\lib\site-packages\spyderlib\spyder.py", line 169, in <module
>
    from spyderlib.utils.environ import WinUserEnvDialog
  File "c:\Python27\lib\site-packages\spyderlib\utils\environ.py", line 17, in <
module>
    from spyderlib.widgets.dicteditor import DictEditor
  File "c:\Python27\lib\site-packages\spyderlib\widgets\dicteditor.py", line 39,
 in <module>
    from spyderlib.widgets.dicteditorutils import (sort_against, get_size,
  File "c:\Python27\lib\site-packages\spyderlib\widgets\dicteditorutils.py", lin
e 78, in <module>
    import bs4
  File "c:\Python27\lib\site-packages\bs4\__init__.py", line 30, in <module>
    from .builder import builder_registry, ParserRejectedMarkup
  File "c:\Python27\lib\site-packages\bs4\builder\__init__.py", line 311, in <mo
dule>
    from . import _html5lib
  File "c:\Python27\lib\site-packages\bs4\builder\_html5lib.py", line 57, in <mo
dule>
    class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'
Quelqu'un aurait une idée comment regler ça?? je n'arrive aussi pas à desinstaller le package, je dois restituer spyder c'est urgent.
Merci pour votre aide précieuse