IPython Permission Denied -


i'm encountering problem starting ipython notebook or ipython console in spyder results in error message "assertion failed: permission denied (......\src\err.cpp:247) , (in ipython notebook) kernel endlessly restarts.

i'm using anaconda installation of python on windows 7, , have same problems both ipython 1.1 , ipython 1.0. did not have problem when ran ipython versions before 1.0, before switched anaconda.

a google search finds instance of problem, suggests due interactions pyzmq , firewall. i've tried adding specific exceptions python , ipython firewall, , turning firewall off completely, no change. can run ipython in command line, neither notebook or console in spyder work (giving error above.)

any information helpful. couldn't find file err.cpp in folder \src\ in python installation, can't confirm triggers error has relation pyzmq or firewalls. no change made when turning off firewall or elevating command prompt. else can try?

i realise 2 years old, i've been able sort out similar problem, have been see more answers this.

in case wasn't windows firewall or virus scanner, employer's services group runs vnc on same port hardcoded 0mq, used ipython in anaconda.

enough people complained provided script move vnc port affected people, while logging change in own records, happy.

try doing "netstat -ab" command line, , check if listening on port 5905, ipython needs (at least in 2016, anaconda). you'll need use "run administrator" cmd. if can't use "netstat -a". difference b option list process has taken port, , in our case see vncserve.exe there. -a enough see listening ports.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -