scyther/gui/Gui
Cas Cremers 870d1c2f41 BUGFIX: PIL no longer works on my Feisty machines: PIL disabled.
Currently, both my Feisty Ubuntu's have stopped working with the GUI of
Scyther. So to be on the safe side, PIL is disabled for now, until I've
resolved the problem.

The error is the following:

---------------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cas/src/scyther-dev/gui/Gui/Scytherthread.py", line 351, in onViewButton
    w = Attackwindow.AttackWindow(btn.claim)
  File "/home/cas/src/scyther-dev/gui/Gui/Attackwindow.py", line 176, in __init__
    self.CreateInteriorWindowComponents()
  File "/home/cas/src/scyther-dev/gui/Gui/Attackwindow.py", line 209, in CreateInteriorWindowComponents
    dp = AttackDisplay(self, self, attacks[0])
  File "/home/cas/src/scyther-dev/gui/Gui/Attackwindow.py", line 73, in __init__
    self.original = Image.open(filename)
  File "/usr/lib/python2.5/site-packages/PIL/Image.py", line 1912, in open
    return factory(fp, filename)
  File "/usr/lib/python2.5/site-packages/PIL/ImageFile.py", line 82, in __init__
    self._open()
  File "/usr/lib/python2.5/site-packages/PIL/EpsImagePlugin.py", line 277, in _open
    raise IOError, "cannot determine EPS bounding box"
IOError: cannot determine EPS bounding box
---------------------------------------------------------------------------

Great. Bounding boxes in eps again.
2007-11-13 20:51:20 +01:00
..
__init__.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
About.py Added GPL 2 notice in the 'about' box. 2007-06-11 14:20:53 +02:00
Attackwindow.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Editor.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Error.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Icon.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Mainwindow.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Misc.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Preference.py BUGFIX: PIL no longer works on my Feisty machines: PIL disabled. 2007-11-13 20:51:20 +01:00
Scytherthread.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Settingswindow.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Tempfile.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00
Version.py Added GPL 2 to the Python scripts. 2007-06-11 14:12:33 +02:00