Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 496039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:38:54+00:00 2026-05-13T05:38:54+00:00

In the emacs Python shell (I’m running 2.* Python) I am importing a .py

  • 0

In the emacs Python shell (I’m running 2.* Python) I am importing a .py file I’m working with and testing the code. If I change the code however I’m not sure how to import it again.

From my reading so far it seems that

reload(modulename)

should work, but it doesn’t seem to.

Perhaps just shutting down the python shell and restarting it would be enough, is there a command for that or you just do it manually?

edit: It looks like python-send-defun and python-send-buffer would be ideal, but changes don’t seem to be propagating.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T05:38:55+00:00Added an answer on May 13, 2026 at 5:38 am

    It seems to work for me:

    Make a file (in your PYTHONPATH) called test.py

    def foo():
        print('bar')
    

    Then in the emacs python shell (or better yet, the ipython shell), type

    >>> import test
    >>> test.foo()
    bar
    

    Now modify test.py:

    def foo():
        print('baz')
    
    >>> reload(test)
    <module 'test' from '/home/unutbu/pybin/test.py'>
    >>> test.foo()
    baz
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am debugging some python code in emacs using pdb and getting some import
Emacs does not recognize my correct Python path. I think it is a general
I use Emacs primarily for coding Python but sometimes I use IDLE. Is there
Emacs edits my .emacs file whenever I use the customization facility, or when I
In emacs, I've read the following code snippet in simple.el : (frame-parameter frame 'buried-buffer-list)
I have pydbgr working well now in Emacs 23.2 with virtualenv . But I
Does Emacs have the capability to open recent files (e.g. a menu like File
for Emacs you can define your shell-mode aliases in .emacs.d/init_bash.sh, but Aquamacs (2.0 on
Emacs puts backup files named foo~ everywhere and I don't like having to remember
Emacs has a useful transpose-words command which lets one exchange the word before the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.