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

http://openjpeg.googlecode.com/svn/dev-utils/scripts/generate_big_files.sh #20

Closed
GoogleCodeExporter opened this issue Aug 5, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Please add support for the new libtiff 4.0.1 which adds BigTiff support.

Issues is:


>>> import libtiff
Generating '/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/libtiff/__init__.py", line 20, in <module>
    from .libtiff_ctypes import libtiff, TIFF
  File "/usr/lib/python2.7/dist-packages/libtiff/libtiff_ctypes.py", line 87, in <module>
    f = open(fn, 'w')
IOError: [Errno 13] Permission denied: 
'/usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py'
>>> 


Thanks

Original issue reported on code.google.com by mathieu.malaterre on 11 Mar 2012 at 4:40

@GoogleCodeExporter
Copy link
Author

Run

  sudo python -c "import libtiff"

and attach the generated 

  /usr/lib/python2.7/dist-packages/libtiff/tiff_h_4_0_1.py

to this issue.

Original comment by pearu.peterson on 2 Jul 2012 at 8:07

@GoogleCodeExporter
Copy link
Author

Here you go !

Original comment by mathieu.malaterre on 2 Jul 2012 at 4:55

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks! File added to svn.

Original comment by pearu.peterson on 13 Sep 2014 at 9:36

  • 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