• Agenda
  • Support Points
  • Planet
  • Chat
  • Forum
  • Wiki
Ubuntu-be
  • Welcome
  • Get Ubuntu
  • Support
  • Participate
  • Goals
  • Contact us
  • Links
  • Get a shirt!

Login

This website uses Launchpad for user authentication.

If you don't have an account there, you will be invited to create one on your first login here.

If you registered on this site before the installation of the Launchpad integration, you will have to log in manually and add the https://login.launchpad.net OpenID identities to your account.

Languages

  • Nederlands
  • English
  • Français
  • Deutsch

How to download the latest SPE from subversion

If you want to have the latest version of SPE, use subversion which is very easy. (Subversion is a way for multiple people around the world to work on the same program. It keeps the changes that they make to the source code of that program in sync with each other.) Do not forget first to uninstall your previous version of SPE! Windows users can uninstall SPE through 'Add/Remove programs' in the Control Panel (look for 'python-spe*', not for 'spe') and use a subversion client (tortoisesvn, rapidsvn) to get the latest SPE. Linux and mac users need just to copy and paste this in the terminal:

svn checkout svn://svn.berlios.de/python/spe/trunk/_spe

This will create a '_spe' folder. (Do not rename it to 'spe' or another name!) From this folder you can run:

python SPE.py

To browse the subversion repository online, surf to:
http://svn.berlios.de/wsvn/python/spe/trunk/_spe/

For ubuntu: to first remove SPE, type this in the terminal:

sudo apt-get remove spe kiki wxglade

To install subversion (svn), type this in the terminal:

sudo apt-get install subversion


Instructions for Tortoise SVN (thanks Richard):
1. Go to the location you want to download SPE to
2. Right click -> SVN Checkout
3. Paste svn://svn.berlios.de/python/spe/trunk/_spe into the url field
4. Click ok and it should work.

share
© Copyright 2008-2011 Ubuntu-be.org