omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    [BUG??] module isn't save

    Editorial
    2
    2
    1487
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jamespython
      jamespython last edited by

      I'm new to Pythonista.

      After I modify a module, when I import it again in prompt, the module is not updated. Seems like the module is not saved.

      i'm not sure it's a bug, or just i didn't save the module properly.

      1 Reply Last reply Reply Quote 0
      • omz
        omz last edited by

        Python doesn't automatically reload modules that you change on disk. Try the built-in reload function (e.g. type reload(mymodule) in the console).

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors