Akeeba Remote Control is based on the Appcelerator Titanium runtime, which requires Python 2.5 to work. However, most modern Linux distributions come with Python 2.6 or 2.7. The following workaround was tested on Ubuntu 10.10, but should work on Debian as well:
1. Start the application for the first time and choose "Install to my home directory". When it finishes, close the application.
2. Make sure Python 2.6 is installed. On Ubuntu 10.10 or Debian you can use the following command on a Terminal:
sudo apt-get install python2.6
3. Create the necessary symlinks by typing the following command on a Terminal (do note that there is no line break):
ln -s /usr/lib/libpython2.6.so.1.0 ~/.titanium/runtime/linux/1.1.0/libpython2.5.so.1.0
4. Relaunch the application
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!