unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: The problem during debugging python within Emacs: NameError: name '__file__' is not defined
Date: Mon, 20 Sep 2021 21:27:15 +0800	[thread overview]
Message-ID: <CAGP6POJH7Zv-sPrwiM01HqZvNQqUC86JeJYwwg1E2KGhkzR_ew@mail.gmail.com> (raw)

I try to debug the following simple python script within Emacs with
the help of elpy:

###
import os

def realdirname(file):
    return os.path.dirname(os.path.abspath(os.path.expanduser(file)))

script_realdirname = realdirname(__file__)
print(script_realdirname)
###

When I evaluate the buffer, I meet the following error:

----------------
Python 3.9.1 (default, Feb 10 2021, 15:30:33)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.23.1 -- An enhanced Interactive Python. Type '?' for help.
>>>
python.el: native completion setup loaded
>>> import os
...
...
... def realdirname(file):
...     return os.path.dirname(os.path.abspath(os.path.expanduser(file)))
...
...
... script_realdirname = realdirname(__file__)
... print(script_realdirname)

Traceback (most recent call last):
  File "/home/werner/Desktop/work/python/emacs-python-ide.py", line 8,
in <module>
    script_realdirname = realdirname(__file__)
NameError: name '__file__' is not defined

>>>
----------------

After some googling, I still couldn't find any effective solution. How
to deal with this problem? Any hints will be highly appreciated.

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



                 reply	other threads:[~2021-09-20 13:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGP6POJH7Zv-sPrwiM01HqZvNQqUC86JeJYwwg1E2KGhkzR_ew@mail.gmail.com \
    --to=hongyi.zhao@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).