help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Line number problem in python-mode Errors


From: Amir Teymuri
Subject: Line number problem in python-mode Errors
Date: Sat, 1 Oct 2016 18:50:30 +0200

   Hello,

   i am using emacs in python mode. There is a problem with the line
   numbers each time the python interpreter shows an Error:

   each time an error occurs inside my file.py, the error message shows
   always the actual line number + 1. Here is an example:
# file.py
1 from tst import *

# the interpreter error message:
>>> Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "/home/amir/programming/python/c_m/lern.py", line 2, in <module>

AttributeError: 'module' object has no attribute 'foo'

   How can i fix this problem?


   Kind regards,

   Amir


reply via email to

[Prev in Thread] Current Thread [Next in Thread]