Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.txt is out-of-date #3

Closed
GoogleCodeExporter opened this issue Apr 3, 2015 · 1 comment
Closed

README.txt is out-of-date #3

GoogleCodeExporter opened this issue Apr 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant