Python Import Error: cannot import name 'literal_eval' -


i'm getting following error while running python program. i'm using python 3.4 , have installed ferenda-0.1.7-py3.4 , error is:

file "c:\python34\lib\site-packages\ferenda-0.1.7-py3.4.egg\ferenda\util.py", line 20, in module   ast import literal_eval importerror: cannot import name 'literal_eval'   

appreciate on this. thank you.

when tried running in command prompt. can see no errors. attached picture

in command prompt

you have named script ast.py (or have script in same directory named ast.py) , script not contain literal_eval.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -