PyjamaDownload
From IPRE Wiki
This page describes the downloading and running of the Pyjama Editor and Shell. The Pyjama IDE is a cross-platform environment for learning about computing. This is part of the Pyjama Project.
[edit]
Download
If you are running:
- Linux or Mac OS X, and have Mono 2.6.3 (or greater) and libcups/cups-devel installed, OR
- Windows and have .NET Compact Framework 3.5 installed
then, you can easily run Pyjama by downloading the latest binaries in the zip file from Pyjama Downloads, unzipping them, and running.
Alternatively, you can get the bleeding edge of Pyjama through our Subversion Server:
svn co http://svn.cs.brynmawr.edu/Myro/trunk/Pyjama
After downloading and unzipping the latest Pyjama, you can run the program like:
pyjama.exe pyjama.exe file.py
On Linux and Mac OSX, you will probably want a script like this:
#!/bin/sh PYJAMAPATH=/path/to/dlls XMODIFIERS= MONO_PATH=$PYJAMAPATH mono $PYJAMAPATH/pyjama.exe $@
If you would like to edit the code, or compile it yourself, see PyjamaDevelopment. Otherwise, please head to PyjamaSamples.
