xdiagnose fails to install [File "/usr/lib/python3/dist-packages/xdiagnose/assistant.py", line 72 print 'sixa action setup part1' SyntaxError: invalid syntax]

Bug #1013840 reported by _oOMOo_
22
This bug affects 5 people
Affects Status Importance Assigned to Milestone
xdiagnose (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Need to change file /usr/lib/python3/dist-packages/xdiagnose/assistant.py to add brackets around the print statements or syntax error causes dpkg to fail:

    def cb_prepare(self, assistant, page):
        if self.page1 == page:
            print('sixa action setup part1')
        elif self.page2 == page:
            print('sixa action setup part2')
        elif self.page3 == page:
            print('sixa action setup part3')
        elif self.page4 == page:
            print('sixa action setup part4')
        elif self.page5 == page:
            print('sixa action setup part5')

Tags: quantal
tags: added: quantal
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in xdiagnose (Ubuntu):
status: New → Confirmed
summary: - xdiagnose fails to install
+ xdiagnose fails to install [File "/usr/lib/python3/dist-
+ packages/xdiagnose/assistant.py", line 72 print 'sixa action setup
+ part1' SyntaxError: invalid syntax]
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.