Above Error comes only when i am trying to run the script : "rgarg:pytutorial raghav$ python tflearn11.py"
It working fine in Rodeo IDE, also if I put "import tflearn "
in command line python interpreter it works fine (even I typed full script in command line , it worked fine w/o import issue) .
My packages are in same location as i have given in my bash (Mac OS El Captain)
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/site-packages
A similar problem i found Link but not getting how can i remove path(0) when running from python interpreter.
Thanks