Can no Longer open Spyder IDE for Python Programming

前端 未结 6 510
青春惊慌失措
青春惊慌失措 2021-01-13 10:52

I installed Python 3.4 on my Windows 7 laptop several months ago as part of Anaconda (https://www.continuum.io/downloads). My installation included the Spyder IDE, and I hav

6条回答
  •  攒了一身酷
    2021-01-13 11:12

    Well it says it is missing PyQt4.dll, which you can check by: searching pyqt4 in your anaconda3 directory. There are several possibilities:

    • it is still in: ~\Anaconda3_x86\Library\plugins\designer

    That would mean python can't find since it ain't searching in this directory, I highly doubt that possiblity, since that would mean you'd have tweaked some code.

    • it ain't anywhere

    Maybe you or more likely one of your programs did deleted it per accident?

    • it isnt in: ~\Anaconda3_x86\Library\plugins\designer

    I also doubt this possibilty since it would mean the file has been moved...

    However you can fix that by reinstalling spyder as mentioned by xuwei.

提交回复
热议问题