omz:forum

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

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

    bar4mi

    @bar4mi

    0
    Reputation
    488
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    bar4mi Unfollow Follow

    Latest posts made by bar4mi

    • RE: Socket inet_pton() is not included

      Thank you for your kind reply. As your information, it's just time for me to migrate to Python 3.x.

      posted in Pythonista
      bar4mi
      bar4mi
    • Socket inet_pton() is not included

      First of all, I'm not good at Pythonista. I moved netaddr module to site-packages-2 after downloading it using pipista. When I import netaddr, I get an Error below. I found the default socket.py module has no inet_pton(). I'm wondering why socket.py has no inet_pton and how to solve this problem. I need your advice.

      from socket import inet_pton as _inet_pton, AF_INET
      ImportError: cannot import name inet_pton

      posted in Pythonista
      bar4mi
      bar4mi