My favorites | Sign in
Project Logo
                
Search
for
Updated Mar 09, 2007 by admin.maddog39
Labels: Featured, Phase-Deploy
ReadMe  
The documentation for this release.

Contents

  1. Features
  2. Package Contents
  3. Installation
  4. Usage Guide
  5. Disclaimer

Features

Package Contents

Installation

Here are some basic instructions on installing the program.

NOTE: You MUST have root to have a successful installation from the installer.

  1. Extract the tarball ( tar xvfz gpycompile-0.1.0.tar.gz )
  2. Change directory to package folder ( cd gpycompile-0.1.0 )
  3. Run the installer via root ( sudo ./install.sh )
  4. Run the program via command line ( gpycompile )

Another Possibility


You could also just run the python file from a directory by running:

python gPyCompile.pyc

From command line aka Terminal.

Usage Guide

Well its really simple acually, there aren't many tools built into the program yet so I think most of it at this point it really self-explanitory. But basic operation and compilation/debug is as follows:

1. Open the program

2. Open an existing python file. ( File > Open )

3. Once the file is opened, you may make changes if you'd like, but make sure to save them

3... with ( File > Save ) before compilation or your changes wont be picked up.

4. You probably want to run the syntax checker just to be sure ( Source > Syntax Check )

5. If all is good, your ready to compile! ( Source > Compile )

6. Once the status bar at the bottom reads "Ready" (should be instantanious), your program has

6... been compiled and you can now run the .pyc file which was just generated

Then your done. Just repeat that process as many times as needed. In the next version or next few versions, I hope to make a small build system to make compiling big projects easier.

Also note, that you run .pyc files just as you would run any other python file.

Disclaimer

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.


Sign in to add a comment
Hosted by Google Code