omz:forum

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

    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

    lschweitzer

    @lschweitzer

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

    lschweitzer Unfollow Follow

    Latest posts made by lschweitzer

    • RE: Installing Cozmo package

      Many thanks! This works just fine on my iPhone. (Got to love copying and pasting on an iPhone...)

      posted in Pythonista
      lschweitzer
      lschweitzer
    • RE: Installing Cozmo package

      Hi - Did anybody manage to get the cozmo sdk work on Pythonista 3? (I don’t know if the Cozmo SDK is full Python...)
      I get this in the interactive console with StaSh:

      /Documents]$ pip install cozmo
      Querying PyPI ...
      Error: Source distribution not available for cozmo: 1.2.1

      Many thanks in advance - Luc

      posted in Pythonista
      lschweitzer
      lschweitzer
    • Matplotlib plt.scatter (1,1) crashes editor

      Hi,
      I experience this problem on my iPad running iOS 9.3.2 using the latest Pythonista 2:

      • I create a new empty script
      • I then type in this code:
      # coding: utf-8
      import matplotlib.pyplot as plt
      plt.scatter (1,1)    --> here the editor crashes
      

      Then the editor disappears and I am back to the iPad's desktop. Pythonista still runs as I can see it when double-clicking on the iPad's Home button. The file exists but is empty.
      When I copy-paste existing code that contains plt.scatter (10,20) the editor does not crash and the plot is displayed (this pasted code contains the plt.show() line). This seems to indicate that there might be an issue with the auto-fill?
      I have removed Pythonista 2 and reinstalled it just in case, but this did not help. My iPad has roughly 3 Gb of free space. I can reproduce this every single time.

      Any ideas? Many thanks - Luc

      posted in Pythonista
      lschweitzer
      lschweitzer