omz:forum

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

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

    plessner

    @plessner

    1
    Reputation
    1129
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    plessner Unfollow Follow

    Best posts made by plessner

    • RE: Stash ProtocolError installing modules

      @zhunsake said:

      @omz I have seen other questions about pandas, and in another thread I mentioned I would pay an inapp-purchase to see pandas functionality, or donate via another method. I understand if that isn't something that you want to tackle in the near future or even ever, but could you let us know that so we can move on with our lives on this? Because of the c code in pandas you would be the only one that can make this happen. I really appreciate all the work you have done on this app and I use it on a daily basis. I think we would all just like to know if this is even a possibility. Thank you again for all your work.

      I second that! I am not a big fan of in app purchases, but since pandas (and other packages that have C extensions) may only appeal to a subset of the Pythonista community, it is justified.

      posted in Pythonista
      plessner
      plessner

    Latest posts made by plessner

    • Webbrowser module not working in beta 130010

      The webbrowser is not displaying files with file:// extensions.

      posted in Editorial
      plessner
      plessner
    • RE: Non-linear curve fitting?

      polyfit in the numpy module does fitting to a polynomial. There are other more specialized methods also in the numpy module.

      posted in Pythonista
      plessner
      plessner
    • RE: Latest Beta 3 - not calling pythonista_startup

      I can't seem to access modules in site-packages either. Also get_albums in photos module seems to be missing. Also switched back to App Store version.

      posted in Pythonista
      plessner
      plessner
    • RE: Stash ProtocolError installing modules

      @zhunsake said:

      @omz I have seen other questions about pandas, and in another thread I mentioned I would pay an inapp-purchase to see pandas functionality, or donate via another method. I understand if that isn't something that you want to tackle in the near future or even ever, but could you let us know that so we can move on with our lives on this? Because of the c code in pandas you would be the only one that can make this happen. I really appreciate all the work you have done on this app and I use it on a daily basis. I think we would all just like to know if this is even a possibility. Thank you again for all your work.

      I second that! I am not a big fan of in app purchases, but since pandas (and other packages that have C extensions) may only appeal to a subset of the Pythonista community, it is justified.

      posted in Pythonista
      plessner
      plessner
    • RE: Pandas wanted

      @syslot There is an agate-excel extension. https://github.com/wireservice/agate-excel

      I haven't used it or tried to install it. So let me know if you get it to work.

      posted in Pythonista
      plessner
      plessner
    • RE: Pandas wanted

      @korakot Slugify requires regex (which is an enhanced replacement for the standard library re). Regex has C dependencies.

      posted in Pythonista
      plessner
      plessner
    • RE: Pandas wanted

      @korakot Yeah, I got the same message. Had to install Babel separately via pip and then things worked.

      posted in Pythonista
      plessner
      plessner
    • RE: Pandas wanted

      @syslot You need to make sure the dependencies are installed:
      six>=1.6.1
      pytimeparse>=1.1.5
      parsedatetime>=2.1
      Babel>=2.0
      isodate>=0.5.4

      What type of error do you get when you import agate from the console?

      posted in Pythonista
      plessner
      plessner
    • RE: Pandas wanted

      @syslot You need to install version 1.3.1. I found in version 1.4.0 some dependencies use C extensions.

      posted in Pythonista
      plessner
      plessner
    • RE: Pandas wanted

      Pandas is great. But, check out http://agate.readthedocs.io/en/1.4.0/about.html

      Not pandas, but has some pandas like functionality for reading csv, manipulation of heterogeneous data, etc. Pure Python so it can be installed in Pythonista.

      posted in Pythonista
      plessner
      plessner