PyDev interactive console

前端 未结 3 1321
盖世英雄少女心
盖世英雄少女心 2021-01-12 05:59

When trying to open a interactive console on pydev I get an error:

Error initializing console.
Unexpected error connecting to console.
Fai

3条回答
  •  梦毁少年i
    2021-01-12 06:52

    Try following:

    In Eclipse under Window/Preferences/General/Network Connections:

    --> set Active Provider: Manual

    --> check in the box "Proxy bypass" if localhost and 127.0.0.1 are checked

    Click Apply and try to open again.

    That worked for me

提交回复
热议问题