Phatch not loading ubuntu 16.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
phatch (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Phatch not lading displaying only the logo in centre of screen.
From the command line i get :
~$ phatch
/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.
File "/usr/share/
self.tree = Tree(self, -1, style=wx.
File "/usr/share/
set_dirty = parent.set_dirty,
File "/usr/share/
self.
File "/usr/share/
self.
File "/usr/share/
wx_image = pil_wxImage(
File "/usr/share/
image.
File "/usr/lib/
"Please call frombytes() instead.")
Exception: fromstring() has been removed. Please call frombytes() instead.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: phatch 0.2.7.1-3.1
ProcVersionSign
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelMo
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 4 17:20:11 2016
InstallationDate: Installed on 2012-12-04 (1247 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
PackageArchitec
SourcePackage: phatch
UpgradeStatus: Upgraded to xenial on 2015-09-29 (218 days ago)
Workaround from https:/ /bugs.debian. org/cgi- bin/bugreport. cgi?bug= 811184 phatch/ phatch/ lib/pyWx/ wxPil.py
Edit the file : /usr/share/
Replace words "fromstring" and "tostring" to "frombytes" and "tobytes".