rpbissonnette / thebigpicture

Automatically exported from code.google.com/p/thebigpicture
0 stars 0 forks source link

ImportError: No module named convenience #41

Open GoogleCodeExporter opened 9 years ago

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