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 running GNU Emacs 23 on a Windows-machine and having problems getting ido-find-file
I'm just starting to learn Python and use Emacs as my editor. Currently, Emacs
Preface: So far I've used Python as a full scale programming language. Now I
Emacs is indenting my Erlang twice as much as I think I'm telling it
Is there anything that resembles Emacs' artist mode available for Xcode?
I want to try out vim, but have a little trouble with the config
For several reasons I prefer to configure my editor to insert spaces when TAB

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.