omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. KipCarter
    3. Topics

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

    Topics created by KipCarter

    • KipCarter

      Getting 'set' to print
      Pythonista • print bar code set • • KipCarter

      3
      0
      Votes
      3
      Posts
      1665
      Views

      KipCarter

      @pulbrich ,
      Thanks, and I should have picked up on that even with my limited experience in Python, since all I've been working in is 3x Python.

      This DID cause the code to print the set after "All scanned codes:' , but then as usual popped another 'No method found for stringValue' error with it. That likely is an issue nested in P2x v P3x code as this was.

      For what I want to use this code for, it really doesn't matter at all, because what i want to do is build a function and nest it in the seeding of the found_codes to send off the data to a database, so this was more a frustration/curiosity that I really wanted to see resolved for my own benefit more than the project I'm working on.

      THANKS!

    • KipCarter

      Can't pip install subprocess
      Pythonista • • KipCarter

      15
      0
      Votes
      15
      Posts
      21514
      Views

      KipCarter

      @bennr01 That did it! Thanks