omz:forum

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

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

    dominik

    @dominik

    1
    Reputation
    763
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dominik Unfollow Follow

    Best posts made by dominik

    • RE: Is this app still alive?

      ...on Twitter OMZ said, probably early 2019 together with Pythonista...but he is not 100% sure.

      posted in Editorial
      dominik
      dominik

    Latest posts made by dominik

    • RE: Is this app still alive?

      ...on Twitter OMZ said, probably early 2019 together with Pythonista...but he is not 100% sure.

      posted in Editorial
      dominik
      dominik
    • RE: import mysqldb fails - no module named mysqldb

      Thank you very much! I will have a look at that!

      For the time being, I figured a kind of a workaround for my purposes in pythonista (& editorial), using paramiko and this simple script of omz:
      https://gist.github.com/omz/9cc60b13658b565b34cc
      ...plus a shell script.

      posted in Pythonista
      dominik
      dominik
    • RE: import mysqldb fails - no module named mysqldb

      Current situation looks as follows:

      import sqlalchemy.dialects.mysql.pymysql as mariadb

      conn = mariadb.MySQLDialect_pymysql.connect(host= 'myhost', user = 'myuser', passwd='', db='mydb', port = 3307)

      Error Message: TypeError: connect() missing 1 required positional argument: 'self'

      ...guess, I will have to dig deeper into the dot notation specifics.

      posted in Pythonista
      dominik
      dominik
    • RE: import mysqldb fails - no module named mysqldb

      Thanks a lot for your feedback! I will try and let you know about the results!

      posted in Pythonista
      dominik
      dominik
    • RE: import mysqldb fails - no module named mysqldb

      ...you go to Python Modules > Standard Library (3.6) > ...and then search! You can even select the mysql folder as a favorite, but no chance to copy or move it anywhere else.

      posted in Pythonista
      dominik
      dominik
    • import mysqldb fails - no module named mysqldb

      Hi,
      Pythonista provides a msql folder in the Python Modules area. But unfortunately using „import mysqldb“ fails! I get the message: No Module named mysqldb.
      I would be glad about any hint! Thanks in advance!

      posted in Pythonista
      dominik
      dominik