omz:forum

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

    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 1
    • Best 0
    • Controversial 0
    • Groups 0

    James007

    @James007

    0
    Reputation
    252
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    James007 Unfollow Follow

    Latest posts made by James007

    • Saving “ Marks To File Using TextView

      TextView - Saving TextView text to a file. Cannot save when text contains a “ quotation mark. All other normal characters can be saved.

      def SAVE_SCOPEB(sender):
           jf.open(“Note_Data.py”, ‘w’)
           jf.write(JWriteNote.text)
           jf.close()
      

      The above function works and saves text to a disk file on cloud, but when a quotation mark is part of the text, the following message is received - ‘ascii’ codec, can’t encode, characters in positions 0-1: ordina....

      My first post, Thank you in advance.d

      posted in Pythonista
      James007
      James007