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

Library raises a misleading error when the file isn't writeable #12

Closed
jmcnamara opened this issue Oct 19, 2015 · 0 comments
Closed

Library raises a misleading error when the file isn't writeable #12

jmcnamara opened this issue Oct 19, 2015 · 0 comments
Assignees
Labels

Comments

@jmcnamara
Copy link
Owner

The following misleading errors are usually generated when the output file or directory isn't writeable:

cd libxlsxwriter
make examples
./examples/hello
# Creates hello_world.xlsx

chmod -w hello_world.xlsx
./examples/hello

[ERROR][packager.c:62]: Error opening zip file for xlsx
[ERROR][workbook.c:1108]: Memory allocation failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant