omz:forum

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

    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 6
    • Posts 32
    • Best 0
    • Controversial 0
    • Groups 0

    jose3f23

    @jose3f23

    0
    Reputation
    952
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jose3f23 Unfollow Follow

    Latest posts made by jose3f23

    • numpy again

      Some time ago new Pythonista users posted requests to have numpy and other scientific libraries in Pythonista.

      Omz kindly answered that the port was hard job mainly due to the need of compiling some fortran code for IOS and ARM.

      In my experience numpy setup only needs c compilation. The .f files appear only in the f2py sublibrary of numpy. f2py is needed to translate fortran user code to python and this feature is, of course, no needed in Pythonista. Just comment the f2py line in the numpy setup file.

      So I suggest to omz reconsider future inclusion of numpy in Pythonista that would open the door to other packages that need numpy.

      I have had a dream....

      Thanks for your attention.

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: canvas module equivalent of NSView's isFlipped?

      canvas.translate(0, -screenHeight)

      and do not forget that now the origin is top left

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: Where to find libpythonista3.a

      YourProjectFolder->Pythonista->lib->libpythonista3.a

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: Is it possible to create a basic GUI with scene

      @bashedcrab: Thank you very much for the contribution.

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: A Simple HTTP Server

      @omc: endlich....

      Now it works.

      Thanks

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: A Simple HTTP Server

      Thank you @ccc and @achorrath.

      The problem I have is that the name of my iPad that appears in the script can not be recognised by the browser in the Mac. I know the problem is related to the DNS not having the Ipad name.

      I would like that the script shows the message with the Ipad Ip address. Of course a circumvent is to go to Settings>Wifi and look up for the IP address. This is that I do everyday.

      @ccc: nice collection of useful links.

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: A Simple HTTP Server

      With this line
      <code>ipAddr = socket.gethostbyname(socket.gethostname() + '.local') </code>

      Remains the error:
      socket.gaierror: [Errno 8] nodename nor servname provided, or not known

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: A Simple HTTP Server

      Thank you ccc. But i have the error:

      nodename nor servname provided, or not known

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: A Simple HTTP Server

      Very useful script. I use everyday but I need to change the url name of the Ipad to the IP address. i.e.: http://123.456.1.81:8080

      That only works in my home wifi network where I know the IP address but not works in another wifi network.

      posted in Pythonista
      jose3f23
      jose3f23
    • RE: Pythonista Libraries For PC

      I would thank omz to release Scene and Canvas module emulator for use in MacOsx. Not very difficult task as I assume Scene and Canvas wrap UIKit functions.

      In other OS like Linux and Windows I understand the job is much more complicated.

      posted in Pythonista
      jose3f23
      jose3f23