Public bug reported:

Impressive does not start in the current Raring beta:

$  impressive
Welcome to Impressive version 0.10.3
Oops! Cannot load necessary modules: No module named TiffImagePlugin
To use Impressive, you need to install the following Python modules:
 - PyOpenGL [python-opengl]   http://pyopengl.sourceforge.net/
 - PyGame   [python-pygame]   http://www.pygame.org/
 - PIL      [python-imaging]  http://www.pythonware.com/products/pil/
 - PyWin32  (OPTIONAL, Win32) http://starship.python.net/crew/mhammond/win32/
Additionally, please be sure to have pdftoppm or GhostScript installed if you
intend to use PDF input.

Changing line 186 in /usr/bin/impressive from
import TiffImagePlugin, ...
to
from PIL import TiffImagePlugin, ...
fixes the problem.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu Raring Ringtail (development branch)
Release:        13.04
Codename:       raring

$ apt-cache policy impressive
impressive:
  Installed: 0.10.3-2
  Candidate: 0.10.3-2
  Version table:
 *** 0.10.3-2 0
        500 http://ubuntu.inode.at/ubuntu/ raring/universe amd64 Packages
        100 /var/lib/dpkg/status

$ python -V
Python 2.7.4

Expected behavior: Impressive starts
What happens: Impressive does not start but displays the error message 
mentioned above

** Affects: impressive (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  Impressive does not start:  Cannot load necessary modules: No module
  named TiffImagePlugin

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

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

Reply via email to