My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
HowRepositoryIsOrganized  
Repository Organization
Updated May 15, 2011 by ezequiel.aceto

Introduction

The repository contains a complete version of Python for webOS, PyGame and a WebOS module, a project that will let users download and check if Python is present, and an template application that basically runs python with code you can bundle.

Details

/trunk/Binaries contains a compressed folder. Unzip it inside your SD Card (/media/internal/) so Python executable is present at /media/internal/python/bin

/trunk/Installer contains an hybrid project. PythonPDL is a C++ plug in that helps the web application detects if Python is installed or not. PythonWeb is a webapp that check and download Python if necessary.

/trunk/PythonTemplate A template project that launched main.py. You can add your own python code to the folder "release" and call it from main.py. Call palm-package to bundle the code and executable into a IPK.

Powered by Google Project Hosting