home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / docs / README.interactive < prev    next >
Text File  |  2001-02-23  |  3KB  |  111 lines

  1.  
  2. Pippy - The port of Python to the Palm OS.
  3.  
  4. VERSION: Pippy 0.6beta.
  5.  
  6. Copyright (c) 2001 Endeavors Technology, Inc.
  7. All rights reserved.
  8.  
  9.  
  10.     Warning:  Backup your Palm device before installing Pippy!
  11.  
  12. NOTE:
  13.  
  14. This distribution includes the pre-built .prc files for the interactive
  15. interpreter.  Simply install pippy.prc and pylib.prc on the Palm and
  16. select the Pippy application as described below.
  17.  
  18. The interactive interface is a command-line interface based on the
  19. LispMe interface (<http://www.lispme.de/>).  It is very limited,
  20. but provides a means for entering python commands and viewing the
  21. results.  If you wish to contribute to improving this interface, see
  22. <http://www.endeavors.com/pippy/contribute.html>
  23.  
  24.  
  25. INSTALLING THE .prc FILES
  26.  
  27. 1. Download the Pippy application distribution from
  28.    <http://www.endeavors.com/pippy.html> (pippy_0_6beta.XXX
  29.    where XXX is the format you desire - tar.gz, .zip, .sit or .hqx).
  30.  
  31. 2. Unpack the distribution.  You should now have the following files:
  32.  
  33.         pippy_0_6beta/
  34.         pippy_0_6beta/pylib.prc
  35.         pippy_0_6beta/pippy.prc
  36.         pippy_0_6beta/README.interactive
  37.         pippy_0_6beta/LICENSE
  38.  
  39. 3. Depending on your platform there are several tools that allow you to
  40.    install the *.prc files onto your Palm hand held device.
  41.    
  42.    A.  Warning:  Backup your Palm device before installing Pippy!
  43.    
  44.    B. Put your Palm in the Hot Sync Cradle
  45.    
  46.    C.  Follow the instructions for installing new software provided with
  47.        the corresponding application on your system.
  48.        
  49.    Linux:
  50.         You can use pilot-xfer (part of the pilot-link or plink tools;
  51.         see <http://www.rpmfind.net/>).   For example, assuming you are
  52.         in the directory pippy_0_6beta/:
  53.         
  54.         make sure that /dev/palm is linked to the proper serial port
  55.         on which your palm cradle is connected.
  56.         
  57.         pilot-xfer -p /dev/palm -i *.prc
  58.         
  59.     Mac:
  60.         You can use the Palm Desktop application or
  61.         use Palm Buddy (<http://perso.wanadoo.fr/fpillet/>)
  62.         
  63.     Windows:
  64.         You can use the Palm Desktop application.
  65.         
  66.  
  67.  
  68. RUNNING Pippy
  69.  
  70.     1.  Assuming you have successfully installed Pippy you should
  71.     see the Pippy application Icon on your screen.  See a sample
  72.     screen shot on the Pippy web site:  
  73.     <http://www.endeavors.com/pippy/screen_shots.html>
  74.     
  75.     2. Select the Pippy application as would any other Palm application.
  76.        You should now see the Pippy interactive interface.
  77.        
  78.     Congratulations and have fun.
  79.     
  80.  
  81. LINKS AND CONTACT INFORMATION
  82.  
  83.     Pippy Development Home
  84.     <http://www.endeavors.com/pippy.html>
  85.  
  86.     Feedback & General Comments
  87.     <pippy@endeavors.com>
  88.  
  89.     MAILING LISTS
  90.         Developer Issues
  91.         <pippy-dev@endeavors.org>
  92.         Bug Reports
  93.         <pippy-bugs@endeavors.org>
  94.         Announcements
  95.         <pippy-announce@endeavors.org>
  96.  
  97.     CVS REPOSITORY
  98.     <http://www.endeavors.com/pippy/download.html>
  99.  
  100.     Palm Developers Site
  101.     <http://www.palmos.com/dev/>
  102.  
  103.  
  104. AUTHORS
  105.  
  106.     Jeffery D. Collins <jcollins@endeavors.com>
  107.     Michael Gorlick <mgorlick@endeavors.com>
  108.     Endeavors Technology, Inc.
  109.     19700 Fairchild Rd, Suite 200
  110.     Irvine, CA  92612
  111.