No it doesn't.
I get a syntax error, when import the script:
Traceback (most recent call last):
File "<stdin">, line 1, in <module>
File "extractimages.py", line 9
print 'Unzipping', member
^
SyntaxError: invalid syntax
If I continue anyway:
Traceback (most recent call last):
File "<stdin">, line 1, in <module>
NameError: name 'extractimages' is not defined.
BTW: I downloaded the lxf file. I don't have a 3dxml file (whatever this is), so does it work anyway if I fix the syntax (no idea how)?
When I asked, I thought more of a program like isobuster... ;-)
[EDIT]. I finally got the script imported by deleting all the lines with "print" in it. But when I start the script I get another error message:
Traceback (most recent call last):
File "<stdin">, line 1, in <module>
File "extractimages.py", line 11, in load_images
numimages = len(images)
TypeError: object of type 'NoneType' has no len()
[EDIT2] After installing another program to convert lxf to 3dxml, I get another Error.
TypeError: expected bytes, not str.
I think I'll stay with simple screenshots and rebuild it in photoshop. This seems to go a lot faster.
I get a syntax error, when import the script:
Traceback (most recent call last):
File "<stdin">, line 1, in <module>
File "extractimages.py", line 9
print 'Unzipping', member
^
SyntaxError: invalid syntax
If I continue anyway:
Traceback (most recent call last):
File "<stdin">, line 1, in <module>
NameError: name 'extractimages' is not defined.
BTW: I downloaded the lxf file. I don't have a 3dxml file (whatever this is), so does it work anyway if I fix the syntax (no idea how)?
When I asked, I thought more of a program like isobuster... ;-)
[EDIT]. I finally got the script imported by deleting all the lines with "print" in it. But when I start the script I get another error message:
Traceback (most recent call last):
File "<stdin">, line 1, in <module>
File "extractimages.py", line 11, in load_images
numimages = len(images)
TypeError: object of type 'NoneType' has no len()
[EDIT2] After installing another program to convert lxf to 3dxml, I get another Error.
TypeError: expected bytes, not str.
I think I'll stay with simple screenshots and rebuild it in photoshop. This seems to go a lot faster.