Python Forum

Full Version: Command prompt execution
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
We need to know where the error comes from. Do you have a full error traceback?
(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