Here's what you should check that you have installed --
python -- probably need version 2.5 or so
pygame library for python -- this gives you graphics, or in this case colored text
Then check if you have a command called realplay. If not, edit parellel.py and change it to a command that will play a sound file as an argument given to it on the command line. Without this, you get no sound. It might cause a fatal error too.
Judging from some other python learning tools (like LearnFast) it is possible to use pygame's mixer to play the sound files as well, but I'm not sure (a) how to do it or (b) how to adjust the part of
parellel.py that makes it wait until the sound finished.
mu'o mi'e .aleks.
On Apr 17, 2007, at 12:56 PM, Jon Top Hat Jones wrote:
Linux version, running on Ubuntu Linux 6.10 LTS.
On 4/17/07, Alex Martini <
alexjm@umich.edu> wrote: On Apr 17, 2007, at 10:15 AM, Jon Top Hat Jones wrote:
> [li'o] Speaking of which, I can't get Parallel to work.
>
> mu'o mi'e .topy'at.
>
> Come to the Dot Side!
Are you using the Windows or Linux version? The Windows version
worked straight away after I un-zipped it for me. The Linux (python
with pyGame) worked on my Mac, but took some tweaking since I don't
have realplay installed.