Bueno, el error es muy claro. Creo que deberías leer un poco sobre python3 y si incompatibilidad a nivel sintaxis con python2.
Un saludo. 2011/2/5 Rafael Antonio Laverde <[email protected]>: > Buenas noches.. > > Tengo un problema al intentar agregar python 3.1 a eclipse con pydev.. > debido si no me equivoco al cambio de sintaxis > > el error que me aparece es: > > Check your error log for more details. > > More info can also be found at the bug report: > http://sourceforge.net/tracker/index.php?func=detail&aid=1523582&group_id=85796&atid=577329 > java.lang.RuntimeException: No output was in the standard output when > trying to create the interpreter info. > The error output contains:>> File > "/usr/lib/eclipse/plugins/org.python.pydev_1.2.5/PySrc/interpreterInfo.py", > line 52 > print s > ^ > SyntaxError: invalid syntax > << > > con 2.6 funciona bien, mi so es debian, la versión de eclipse es > 3.5.2-8 y la de pydev es 1.2.5-4 > > ...Gracias > -- > さようなら > _______________________________________________ > Python-es mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-es > FAQ: http://python-es-faq.wikidot.com/ > -- http://twitter.com/andsux http://www.niwi.be **** http://www.freebsd.org/ http://www.postgresql.org/ http://www.python.org/ http://www.djangoproject.com/ "Linux is for people who hate Windows, BSD is for people who love UNIX" "Social Engineer -> Because there is no patch for human stupidity" _______________________________________________ Python-es mailing list [email protected] http://mail.python.org/mailman/listinfo/python-es FAQ: http://python-es-faq.wikidot.com/
