콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

Actually, I used the qrcode package. It generates a qrcode which is a PIL object.

Then I want to save the qrcode image to the disk through the save() method.

With the code "img.save('abc.png')" (img is a variable of PIL object).

And odoo returned me "IOError: [Errno 13] Permission denied: 'abc.png'".

But I have already used the command "chmod -R 777 openerp/" and "chown -R odoo:odoo openerp/" to open the permission. Also the home directory of the linux user odoo who run the odoo service. But it seems didn't take effect. 

And I tried the code in the SHELL:

=========================================================

odoo@finn-virtual-machine:~$ python

Python 2.7.9 (default, Nov 11 2015, 17:17:16)

[GCC 4.8.4] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> import qrcode

>>> img = qrcode.make('something')

>>> img.save('abc.png')

>>>

==========================================================

It can save the qrcode to the home directory of the linux user odoo successfully.

I have no idea about what's wrong with my developing module.

아바타
취소
관련 게시물 답글 화면 활동
0
7월 24
856
3
8월 20
5664
0
5월 19
8543
1
6월 18
7064
Admin Access Error 해결 완료
1
2월 18
4133