What steps will reproduce the problem?
1. import TBD
2.
3.
What is the expected output? What do you see instead?
>>> import TBP
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "TBP/__init__.py", line 2, in <module>
import jpeg, tiff
File "TBP/jpeg.py", line 21, in <module>
import exif, tiff, metainfofile, byteform, datablock, iptcnaa, photoshop, convenience
File "TBP/tiff.py", line 21, in <module>
import ifd, exif, metainfofile, byteform, iptcnaa, convenience
ImportError: No module named convenience
What version of the product are you using? On what operating system?
ubuntu-11-10
Which module is that and where can I get it?
Original issue reported on code.google.com by rb.p...@gmail.com on 11 Mar 2012 at 9:22
Original issue reported on code.google.com by
rb.p...@gmail.com
on 11 Mar 2012 at 9:22