Warning: Can't synchronize with the repository (Unsupported version control system "svn". Check that the Python support libraries for "svn" are correctly installed.)

In windows

  1. Make sure you have all prerequisites; Python, pygame and Psyco (optional).
    1. Get Python Windows Installer from Python.org download page.
    2. Get pygame-1.8.1.win32-py2.5.msi from pygame download page.
    3. Get psyco-1.6.win32-py25.exe from Sourceforgee.
  2. Install a Subversion tool, such as Tortoise SVN at Tortoise SVN download page.
  3. Get the source using Tortoise to checkout http://svn.xymus.net/pyfl/trunk/.

Note that the SDL display engine is a lot more powerful in Linux.

In linux

  1. Make sure you have all prerequisites; Python, Pygame and Psyco (optional). In Ubuntu, from a terminal, use sudo apt-get install python-pygame python-psyco.
  2. Install Subversion using your system's package manager. In Ubuntu, from a terminal, it is sudo apt-get install subversion.
  3. Get the source using svn co http://svn.xymus.net/pyfl/trunk/ pycaptain.

Both

You can now run pyfl.py in pycaptain/src to play!