alcemirfernandes / pynguin

Automatically exported from code.google.com/p/pynguin
GNU General Public License v3.0
0 stars 0 forks source link

Pynguin is a python-based turtle graphics application. It combines an editor, interactive interpreter, and graphics display area.

http://pynguin.googlecode.com/

INSTALLATION: First, make sure the dependencies are installed, then follow the instructions in the appropriate section below:

Ubuntu Linux:
    In the unpacked .tgz or .zip archive, run the command:

        python setup.py install --install-layout=deb

    There is also experimental support for installing from a .deb
    file. The .deb was produced on Ubuntu 11.04. Attempting to
    use it on other versions may or may not work. Please report
    any problems!

Others:
    In the unpacked .tgz or .zip archive, run the command:

        python setup.py install

If All Else Fails:
    Run the application directly from the unpacked archive.

    Unpack the .tgz or .zip archive, change to the directory
    created and run the command:

        ./pynguin

    or

        python pynguin

    or on Windows try running or double-clicking

        start_pynguin.py

DEPENDENCIES: python: http://python.org/ (tested with python-3.3.1)

pyqt4:
    http://www.riverbankcomputing.co.uk/software/pyqt/
        (tested with pyqt-4.10)

qscintilla:
    http://pyqt.sourceforge.net/Docs/QScintilla2/
        (tested with qsciscintilla-2.7.1)

RUNNING: Run the program from the command prompt like this:

    ./pynguin

or

    python pynguin

or on Windows try running or double-clicking

    start_pynguin.py

For a quick introduction, choose welcome.pyn
    from the File->Examples menu

More information is available on the wiki here:
    http://code.google.com/p/pynguin/wiki/GettingStarted

DEVELOPMENT: Pynguin is released under GPLv3.

Please report any problems here:
    http://code.google.com/p/pynguin/issues/list