Python 3.3 compatibility errors
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Run the script in Python 3.3
What is the expected output? What do you see instead?
compilation errors ( print is replace with print(). and raw_input() with
input().)
What version of the product are you using? On what operating system?
Python 3.3, win7, hash identifier 1.1
Please provide any additional information below.
Please find attached the corrected script to run with Python 3.3, not backward
compatatible
http://www.python.org/dev/peps/pep-3105/#backwards-compatibility
Original issue reported on code.google.com by michail....@gmail.com
on 12 Nov 2012 at 9:48
Attachments:
GoogleCodeExporter commented
Small changes are necessary.
Like print ("") instead of print ""
and raw_input has been named only input
Original comment by witt...@gmail.com
on 1 Jan 2014 at 6:19
Attachments:
- [Hash_ID_v1.1 py3.py](https://storage.googleapis.com/google-code-attachments/hash-identifier/issue-1/comment-1/Hash_ID_v1.1 py3.py)
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
It seems confused here. What is the latest version of Hash Identifier? v1.1 or
v2.0? What is the differences between v2.0.py vs. v1.1py3.py? I am going to use
the tool so please let me know asap which version and any other Python or
prequisite in addition to Hash Identifier?
Rgards,
Dzung Nguyen
Original comment by dzun...@gmail.com
on 23 Jun 2015 at 8:40