python - java.io.IOException: Cannot run program "ipy" -



python - java.io.IOException: Cannot run program "ipy" -

trying configure pydev utilize iron python interpreter (from anaconda) interpreter.

first tried pydev's auto-config:

preferences->pydev->interpreters->ironpythoninterpreter->quick auto-config

produces error:

java.lang.runtimeexception: java.io.ioexception: cannot run programme "ipy": createprocess error=2,

there no ipy.exe on system. there however, c:\anaconda\scripts\ipython.exe. executable open python repl. i tried creating new configuration instance manually , set "interpreter executable" c:\anaconda\scripts\ipython.exe. @ first, produces error:

see error log details. unable recreate interpreter info (its format changed. please, re-create interpreter information).contents found: ipython

i removed -x "vm arguments internal shell" under preferences->...->ironpython interpreters, error remains. the new configuration interpreter added. however, points c:\anaconda\python.exe , not c:\anaconda\scripts\ipython.exe i created ironpython run configuration based on interpreter , run it, message print console:

-x reserved implementation-specific arguments usage: c:\anaconda\python.exe [option] ... [-c cmd | -m mod | file | -] [arg] ... seek `python -h' more information.

ipython.exe not back upwards -x python.exe supports -x, not -x

according run configuration, command line , pythonpath:

c:\anaconda\python.exe -u -x:fullframes c:\py-eclipse\plugins\org.python.pydev_3.5.0.201405201709\pysrc\pydevd.py --multiprocess --vm_type python --client 127.0.0.1 --port 0 --file c:\users\live\webstormprojects\uni-poc\python\thinkstats\thinkstats\survey.py

the pythonpath used is: c:\py-eclipse\plugins\org.python.pydev_3.5.0.201405201709\pysrc\pydev_sitecustomize;c:\users\live\webstormprojects\uni-poc\python\thinkstats;.;c:\anaconda\scripts;c:\anaconda\dlls;c:\anaconda\lib;c:\anaconda\lib\lib-tk;c:\anaconda;c:\anaconda\lib\site-packages;c:\anaconda\lib\site-packages\pil;c:\anaconda\lib\site-packages\win32;c:\anaconda\lib\site-packages\win32\lib;c:\anaconda\lib\site-packages\pythonwin;c:\anaconda\lib\site-packages\runipy-0.1.0-py2.7.egg;c:\anaconda\lib\site-packages\setuptools-3.6-py2.7.egg;c:\anaconda\lib\site-packages\ipython\extensions;c:\users\live.ipython

pydev still sending -x c:\anaconda\python.exe , not going work.

configuration: windows 8.1, 64-bit eclipse version: kepler service release 2 pydev_3.05.0.20.1405201... anaconda 2.1 windows 64-bit

ipython not ironpython. ipython enhanced python shell; ironpython python clr (.net/mono). if want ironpython you'll need download separately.

python ipython pydev anaconda

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -