omz:forum

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

    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

    stjbrown67

    @stjbrown67

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

    stjbrown67 Unfollow Follow

    Latest posts made by stjbrown67

    • RE: Suds on Pythonista

      I restarted pythonista and it imports now! Thx for the assistance.

      posted in Pythonista
      stjbrown67
      stjbrown67
    • Suds on Pythonista

      Hi all,
      I am looking for a bit of help getting Suds to work on Pythonista. I have written a quick script to install the actual library.(Well I actually just modified one from here, but it seems to do the job.

      https://gist.github.com/stjbrown/09bfc9756a899d2fea61

      The problem is that I get an error when I import suds. It looks to me like Pythonista does not contain the 'new' module. This seems to be a standard module in Python 2.x, any thoughts on adding it? Or modifying Suds?

      posted in Pythonista
      stjbrown67
      stjbrown67
    • RE: Suds on Pythonista

      Thanks. Thats seems to have moved me along a bit. But now I am getting the following error. Any thoughts?

      Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/var/mobile/Applications/87540C84-03EE-4FE0-89AC-A8BB0712E05A/Documents/suds/init.py", line 154, in <module>
      import client
      File "/var/mobile/Applications/87540C84-03EE-4FE0-89AC-A8BB0712E05A/Documents/suds/client.py", line 23, in <module>
      import suds.metrics as metrics
      AttributeError: 'module' object has no attribute 'metrics'

      posted in Pythonista
      stjbrown67
      stjbrown67