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.


    Request: put included pythonista modules into site-packages

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

      It would be great if the included third party modules defaulted into site-packages. This would allow the user to update to a more recent version. In order to use a recent version or fix a bug in a included module, the updated module must be added to the front of sys.path on each load of python.

      I had to do this in pythonista 1.4 with bottle due to a bug. In 1.5 I have to do this to paramiko which still has a bug in the current release.

      Allowing the user to update them would be great!

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

        Maybe putting the user site-packages first in the default import path would be enough?

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

          @omz that would do the trick.

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