No Python for Blackberry?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • walterbyrd

    #1

    No Python for Blackberry?

    I could not find a version of Python that runs on a Blackberrry.

    I'm just amazed. A fairly popular platform, and no Python
    implementation?

  • David Boddie

    #2
    Re: No Python for Blackberry?

    On Saturday 19 May 2007 03:19, walterbyrd wrote:
    I could not find a version of Python that runs on a Blackberrry.
    >
    I'm just amazed. A fairly popular platform, and no Python
    implementation?
    If you can get the hardware into the hands of capable developers, they'll
    put Python on it. ;-)

    David

    Comment

    • Tommy Nordgren

      #3
      Re: No Python for Blackberry?


      On 19 maj 2007, at 03.19, walterbyrd wrote:
      I could not find a version of Python that runs on a Blackberrry.
      >
      I'm just amazed. A fairly popular platform, and no Python
      implementation?
      >
      Download the sources and try compiling it yourself.
      On most platforms
      Expand the archive.
      Then either:
      Give the command ./configure (in the exanded python directory)
      Or
      create a directory (For example 'build-python') it the directory
      that CONTAINS the python distribution directory.
      And then execute the command ../<short-name-for-expanded-python-
      directory>/configure
      (in the directory 'build' of the previous step)
      then give the commands:
      make
      make check
      sudo make install [whereupon the systom will ask for your
      administrator password]


      -------------------------------------
      This sig is dedicated to the advancement of Nuclear Power
      Tommy Nordgren
      tommy.nordgren@ comhem.se



      Comment

      • Tartifola

        #4
        Re: No Python for Blackberry?


        Hi,

        I could not find a version of Python that runs on a Blackberrry.
        I'm in the process to buy one of this smart phone and very interested
        in Python for Blackberry.
        Any success in installing it?
        >
        >
        -------------------------------------
        This sig is dedicated to the advancement of Nuclear Power
        Tommy Nordgren
        tommy.nordgren@ comhem.se
        >
        >
        >

        Comment

        Working...