gabrielpb223 / hash-identifier

Automatically exported from code.google.com/p/hash-identifier
0 stars 0 forks source link

Python 3.3 compatibility errors #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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