omz:forum

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

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

    ChrisHare

    @ChrisHare

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

    ChrisHare Unfollow Follow

    Latest posts made by ChrisHare

    • RE: [Req] iCloud for doc sync

      this is still a good thing to do. I would really like it.

      posted in Editorial
      ChrisHare
      ChrisHare
    • Access image file from ios share sheet to get file size (and possibly change it)

      So - I am new to Pythonista and running python on iOS, so this may have been solved by someone already.

      What I want to do is be able to select one or more image files from the Files.app, and run my Pythonista script from the share sheet. The Pythonista app will get the image dimensions (width x height) and print the results.

      Ideally, being able to provide the desired dimensions as either both width and height, or if only value is provided, adjust the other by the same percentage.

      What is the best approach to this?

      Thanks

      posted in Pythonista
      ChrisHare
      ChrisHare
    • Converting tkinter app to Pythonista UI

      So, I know I can't run tkinter in Pythonista. Not a big deal.

      I have a running tkinter app that I would like to convert to the UI class. I like the date picker, UT I have a data source I would like to display I something like the date picker. Is there a widget to do this or has someone built one already? The current tkinter app uses a drop down, which would be ok, but I would prefer the date picker style.

      posted in Pythonista
      ChrisHare
      ChrisHare
    • RE: Using modules not included in Pythonista

      Ok - I got boto3 installed now - thank you for that. How do I tell Pythonista to load my own module, which is in the same directory as the code I am working on.

      posted in Pythonista
      ChrisHare
      ChrisHare
    • Using modules not included in Pythonista

      I am new to Pythonista - like 30 minutes new.

      I am writing code which interacts with the boto3 module for AWS. Additionally, I reuse a lot of code, and I need to also be able to import my own code.

      When I do

      import boto3 
      

      Pythonista correctly reports it doesn't know anything about the module. How do i get it into Pythonista?

      Thanks

      posted in Pythonista
      ChrisHare
      ChrisHare