When Ubuntu 10.4 was in alpha stage, there was pyjamas package, which didn't work. I posted a bug on launchpad and the only resolution, was removing this package altogether.
Does anyone know, how to easily install pyjamas on Ubuntu 10.4? I tried downloading debs from debian repositories, but there were some broken dependencies.
The pyjamas package is available for Lucid from this ppa. Although there is no pyjamas-desktop package :/ To add the ppa and install you can do
GUI Method
Open the Ubuntu Software Center, choose the "Edit" menu and select "Software Sources ...". Select the "Other Software" tab in the dialog box and click on the "Add ..." button. Then enter the text
"ppa:fabricesp/ppa"
and click "Add Source". Then click "Close" and wait for the update to finish. Then you should be able to use the search box to find pyjamas and install it.Command Line Method
This may be useful.
You could try installing it from Maverick or Debian unstable/testing.
See https://launchpad.net/ubuntu/+source/pyjamas - which contains links to the .deb files, which you can try using for a manual installation (e.g. via
dpkg -i path/to.deb
).