kartorz / utils

Some little util applications most of which are coded by script languages, e.g. python.
1 stars 0 forks source link

Python 3 support. #4

Closed mbusb closed 8 years ago

mbusb commented 8 years ago

Hi,

Me again. I converted your script to python 3 compatible using 2to3-3.5 script and made some manual changes to the script (mainly syntax and format errors). When I run the script I found that the script unable to print the files or extract data from ISO. When I checked with one by one options, the script always fails in integrity check. The same script (modified one) run with pyrhon2. I will send the modified script to you once I reach home.

It will be nice if you can solve this issue.

mbusb commented 8 years ago

Here is the code... isodump.py.tar.gz

mbusb commented 8 years ago

You are awesome... Thanks for porting...