google app engine - Python not interpreting changed files, using obsolete .pyc -


using google app engine develop in python yesterday stopped running current version of script. instead of executing recent version seems run pre-compiled .pyc if .py source changed.

error messages quotes correct line current source. except if position of line changed, quotes line in place error occurred previously.

deleting .pyc files causes them recreated current version. deleting .pycs poor workaround now.

how can root cause of problem?

did check system clock? believe python determine whether use .pyc or .py based on timestamps. if system clock got pushed back, see .pyc files newer until system clock caught last time built.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -