Comment 4 for bug 1154420

Revision history for this message
Bernd Dietzel (1-launchpad-net-theregrunner-com) wrote :

Had the same problem with

pitivi --help

i modified the file /usr/lib/python2.7/optparse.py

from

file.write(self.format_help().encode(encoding, "replace"))

to

file.write(self.format_help().decode(encoding, "replace"))

after that --help works