How to start a Python App

System: BeOS, Haiku, Zeta

  1. Starting the Terminal.
  2. We change into the folder there the python app placed. We use the shell app cd to change into the folder (cd /path/to/folder).
    Enter the name of the app and press enter
    (we use the game Pykanoid from Pygame for example).
  3. cd /boot/home/pykanoid



    Then you have changed into the game folder you can start the app. Type python and then the name of the app into the terminal. Press enter to start the app.

    python pykanoid.py



  4. You can also use our little tool we have listed in our downoads.
    If you have installed the tool you get a entry in the zeta menu (Zeta/Software/Tools)
    To start doubleclick on the tool and following the commands.
    Have fun!

    Download from BeSly: Python ausführen
    Download from Bebits: Python ausführen

  5. Info: Tool is only in german!

If the app does not run...

  1. You don't have installed python on your system. You can get Python from BeBits.
  2. You dont have changed into the right folder. To check if you are in the right folder, use the terminal tool ls. Type in ls and press enter.



  3. You need some files for the app there are not installed or not supported by Zeta.


Translation by Christian Albrecht (Lelldorin) August 2007
Tutorial by Lorenz Glaser (lorglas) Juli 2006
Make available by BeSly, the BeOS, Haiku and Zeta Knowledgebase.