samskillman / pylibtiff

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

README.txt is out-of-date #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The readme file says to import with
from pylibtiff import *

The correct import is
from libtiff.libtiff import *

Original issue reported on code.google.com by kent3...@gmail.com on 4 Jan 2010 at 10:27

GoogleCodeExporter commented 9 years ago
Fixed in svn using:

from libtiff import *

that will provide TIFF and libtiff objects.

Original comment by pearu.peterson on 5 Jan 2010 at 8:08