omz:forum

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

    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 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    lvinci

    @lvinci

    0
    Reputation
    652
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lvinci Unfollow Follow

    Latest posts made by lvinci

    • Webbrowser get and register

      Webbrowser register and get do not to seem to be valid attributes

      webbrowser.register('chrome')
      webbrowser.get('chrome')

      Is there a way to open a specific browser?

      Tia

      posted in Pythonista
      lvinci
      lvinci
    • RE: Attribute error on csv write

      Also on vs. 3.0
      Can anyone give and example on how to write a CSV file, please? Thank you.

      posted in Pythonista
      lvinci
      lvinci
    • RE: Attribute error on csv write

      Yes, typo. I meant writer obviously.

      Vs 2.1 (210000)

      posted in Pythonista
      lvinci
      lvinci
    • RE: Attribute error on csv write

      Error persists

      posted in Pythonista
      lvinci
      lvinci
    • Attribute error on csv write

      Getting an error on one of the sample code I was interested to try:

      import csv
      with open('some.csv', 'wb') as f:
      	writer = csv.writer(f)
      	writer.writerows('h','g')
      

      Attribute error, module has no write attribute.

      Help!

      posted in Pythonista
      lvinci
      lvinci