HyeongminSeo / iphone-dataprotection

Automatically exported from code.google.com/p/iphone-dataprotection
0 stars 0 forks source link

Syntax error? #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the backup script

What is the expected output? What do you see instead?
Decrypted backup

The following error message is returned

  File "backup_tool.py", line 14
    print "Manifest.plist not found"
                                   ^
SyntaxError: invalid syntax

(the ^ is pointing at the quotation mark at the end of the line of the print 
statement)

What version of the product are you using? On what operating system?
OS X version : 10.7.5
XCode version : 4.3.2
Tools revision : 0257c393fe7b tip

Please provide any additional information below.

Built in Python lacked a crypto module. I therefore installed python 3.2 from 
Macports.

Original issue reported on code.google.com by dbo...@gmail.com on 15 Mar 2013 at 7:06

GoogleCodeExporter commented 8 years ago
Not an issue: I tried to run it using Python 3 when it is coded for Python 2.

Original comment by dbo...@gmail.com on 16 Mar 2013 at 9:32

GoogleCodeExporter commented 8 years ago
closing old issues

Original comment by jean.sig...@gmail.com on 11 Feb 2014 at 10:38