
Ubuntu日本語フォーラム

ログインしていません。
ubuntu12.04をインストールしてから2回アップグレードして13.04にしました。
その後impressiveをapt-getでインストールしてから実行しようとすると、python-openglなどが入っていないなどの旨のエラーが出て起動できませんでした。
その後試しに12.04を新規に上書きし、impressiveをインストールしたところ、問題なく動きました。
まだimpressiveが動く12.04のアップグレードは試していないのですが、もしかして13.04ではimpressiveが動かないのでしょうか?
オフライン
Ubuntu12.10(Amd64)→Ubuntu13.04(Amd64)の環境で試して見ました。
インストールは「ソフトウェアセンター」から、問題なく動作しました。現在12.04上で動作しているのであればアップグレードは問題ないと思います、注意点は12.04をアップデート後13.04へのアップグレードを実行されるのがよろしいかと思います。
オフライン
#2検証ありがとうございます。
今度は13.04(amd64)のインストールメディアを作って直接13.04を作成、impressiveをインストールしましたが
やはり動きませんでした。
インストールはapt-get install 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.
もうちょっと試してみます。
オフライン
こういう状態↓です。
https://bugs.launchpad.net/ubuntu/+source/impressive/+bug/1166680
このバグレポートに以下のワークアラウンドが報告されています。
Changing line 186 in /usr/bin/impressive from
import TiffImagePlugin, ...
to
from PIL import TiffImagePlugin, ...
fixes the problem.
オフライン
#4情報ありがとうございます.
書き換え後,見慣れた実行コードと一緒に動作を確認しました.
これでMainマシンも安心してアップグレードできます.
オフライン