Neither Dropplet nor Inspect will accept images. No reaction what so ever
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
phatch (Debian) |
Fix Released
|
Unknown
|
|||
phatch (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Opening phatch image processor gives a floating droplet that will not react on any pictures dropped to it.
Starting phatch from terminal with verbose:
~$ phatch -v
| /usr/lib/
| return _core_.
| Traceback (most recent call last):
| File "/usr/lib/
| lambda event: event.callable(
| File "/usr/share/
| frame = Frame(self.
| File "/usr/share/
| frame.Frame.
| File "/usr/share/
| self.tree = Tree(self, -1, style=wx.
| File "/usr/share/
| set_dirty = parent.set_dirty,
| File "/usr/share/
| self.CreateImag
| File "/usr/share/
| self._AddFormTo
| File "/usr/share/
| wx_image = pil_wxImage(
| File "/usr/share/
| image.fromstrin
| File "/usr/lib/
| "Please call frombytes() instead.")
| Exception: fromstring() has been removed. Please call frombytes() instead.
Dropping images on it:
| Traceback (most recent call last):
| File "/usr/share/
| self.method(
| TypeError: 'NoneType' object is not callable
Opening phatch inspector with verbose:
| ~$ phatch -v --inspect
| /usr/lib/
| return _core_.
| /usr/lib/
| return _core_.
Drag&dropping image on it:
| Traceback (most recent call last):
| File "/usr/share/
| self.method(
| File "/usr/share/
| self.OpenImages
| File "/usr/share/
| super(OpenMixin, self).OpenImage
| File "/usr/share/
| self.UpdateThumbs()
| File "/usr/share/
| image.thumb_wx = wxPil.pil_
| File "/usr/share/
| return wx.BitmapFromIm
| File "/usr/share/
| data = new_image.
| File "/usr/lib/
| "Please call tobytes() instead.")
| Exception: tostring() has been removed. Please call tobytes() instead.
Changed in phatch (Debian): | |
status: | Unknown → New |
Changed in phatch (Ubuntu): | |
importance: | Undecided → Medium |
Changed in phatch (Debian): | |
status: | New → Fix Released |
further tests have shown that the console version is functional, but needs "actions" written in python.