Here's an explicit HOWTO for the .rpm workaround:

# Get the .rpm (don't worry about the i386; it's an architecture-agnostic 
Python application)
wget 
ftp://fr2.rpmfind.net/linux/fedora/linux/updates/23/i386/c/comix-4.0.4-9.fc23.noarch.rpm

# Get alien
sudo apt-get install alien

# Convert the package (must do it as root; -k to keep the right version number)
sudo alien -k comix-4.0.4-9.fc23.noarch.rpm

# Install the package
sudo dpkg -i comix_4.0.4-9.fc23_all.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1521730

Title:
  comix.py crashed with Exception in tostring(): tostring() has been
  removed. Please call tobytes() instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/comix/+bug/1521730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to