python - Eclipse Pydev - 'runfile' is not defined -


i encountered error - runfile not defined - when trying execute python project in interactive console in eclipse via plugin pydev.

please find environment using below.

eclipse java ee ide web developers. version: oxygen release (4.7.0) build id: 20170620-1800

pydev version: 5.92.201708151115

anaconda 2

this error encountered.

traceback (most recent call last):   file "c:\users\abc\appdata\local\continuum\anaconda2\lib\site-packages\ipython\core\interactiveshell.py", line 2881, in run_code     exec(code_obj, self.user_global_ns, self.user_ns)   file "<ipython-input-3-2a15baab8e3a>", line 1, in <module>     runfile('d:\\google_drive2\\work\\01code\\test.py') nameerror: name 'runfile' not defined 

i have exhausted methods can find internet on question none of them work. of them said resolved after update of pydev doesn't work me. please give me helps.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -