So, this looks like a python3 porting issue.  According to comments like
this:

  http://stackoverflow.com/questions/5184483/python-typeerror-on-regex

what's needed is to call 're.compile' with a 'b' flag, for bytes.  I'm
not familiar with the code enough, to know whether we just can sprinkle
that around in all the places where apport's report.py calls
're.compile'.  Does anyone have a good guess?  Thanks.

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

Title:
  apport-gtk crashed with TypeError in _check_bug_pattern(): can't use a
  string pattern on a bytes-like object

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

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

Reply via email to