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.


    Pythonista 300015 [BUGS]

    Pythonista
    2
    3
    2744
    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.
    • Tizzy
      Tizzy last edited by

      import rauth does not work in beta 300015. I believe it worked in the previous build, although I'm not sure. It definitely does work in Pythonista 2.

      ImportError: No module named 'rauth'

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

        Are you sure you didn't install the module yourself? Under Pythonista 2 import rauth doesn't work for me. If this is a Python 2 module that you want to use in Python 2 under Pythonista 3, you need to install it into the new site-packages-2 folder - previously Pythonista 3's Python 2 would get user-installed modules from the Pythonista 2 site-packages folder. If the module works on Python 2 and 3, you should install it into the site-packages folder without a number, then the same module can be imported by Python 2 and 3.

        1 Reply Last reply Reply Quote 2
        • Tizzy
          Tizzy last edited by

          Oops. You're completely correct. I forgot I had installed that separately, using StaSh, pip install rauth.

          Sorry.

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