fgallina / python.el

Python's flying circus support for Emacs
GNU General Public License v3.0
267 stars 53 forks source link

Weird error on Python script excecution #165

Closed eamanu closed 5 years ago

eamanu commented 6 years ago

Hello!,

I am running a simple line from emacs and I have a weird error:

image

The line is:

[ [raw_input(), float(raw_input())] for _ in range(int(raw_input()))]

If I run this on a console that work successfully but from emacs not.

I am running on a emacs 24.5.1

Regards!

skangas commented 5 years ago

Hi!

This repository is no longer maintained, since python-mode.el is now distributed with Emacs itself. I suggest that you report this using the Emacs command:

M-x report-emacs-bug

eamanu commented 5 years ago

Hello, @skangas Thanks very much. So, I will close this issue.