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.


    Can’t load module “dict”

    Pythonista
    2
    2
    1182
    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.
    • Sway
      Sway last edited by Sway

      I’m unable to import the dict module even though autocomplete shows it available.
      I’ve tried both:

      • import key from dict
      • import dict

      Both give me the error:
      ModuleNotFoundError: No module named 'dict'

      I’m not sure what to do about that, but googling the issue gave me no help.
      Any thoughts?

      Olaf 1 Reply Last reply Reply Quote 0
      • Olaf
        Olaf @Sway last edited by

        dict is a built-in type, not a module that needs importing
        What are you trying to accomplish, @Sway?

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