Python Forum
Command prompt execution - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Command prompt execution (/thread-12364.html)



Command prompt execution - saisankalpj - Aug-21-2018

I am shifting version of python from 2.7 to 3.6 . The 2.7 code gave errors like “dictionary changed during run time” for python 3.6 when i ran in Pycharm ide. I fixed them . But while running through command prompt again i am getting the same error.like “dictionary chamged due to iteration”.IN environmental variables i only changed PYTHON-HOME to c:/python36 and the path variables are same as for puthon 2.7


RE: Command prompt execution - Gribouillis - Aug-21-2018

We need to know where the error comes from. Do you have a full error traceback?


RE: Command prompt execution - saisankalpj - Aug-21-2018

(Aug-21-2018, 05:39 PM)Gribouillis Wrote: We need to know where the error comes from. Do you have a full error traceback?

The error came in for loop. I resolved and in pycharm ide it is working fine. The issue is only while running through command prompt