omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. boodo330

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    boodo330

    @boodo330

    0
    Reputation
    387
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    boodo330 Unfollow Follow

    Latest posts made by boodo330

    • RE: Hi, New to python,pythonista and dropbox

      I have to go but I managed to get some good info by connecting clues in this thread.

      posted in Pythonista
      boodo330
      boodo330
    • Hi, New to python,pythonista and dropbox

      Hi,

      I used the guide to connect dropbox and pythonista and I believe it was 100% successful, but I found it hard to translate a normal guide to import files like:
      http://learnpythonthehardway.org/book/ex15.html

      to an ipad app like Pythonista.

      I tried this already to test it

      Import dropbox
      f = open 'filename.txt'
      response = client.put_file('\filename.txt',f)     #< Error: No such file or directory. IOError
      print "uploaded" ,response
      

      Sorry in advance if the question seems dumb.

      posted in Pythonista
      boodo330
      boodo330
    • RE: Hi, New to python,pythonista and dropbox

      Hi,

      Thanks for the response. My question did sound confusing because I'm clueless. I'm going to use the link you sent me to try to modify files on dropbox using pythonistica.

      posted in Pythonista
      boodo330
      boodo330