Sun 24 Feb 2013 10:07:44 AM UTC, comment #3:
Hi Mr Luis Falcon,
Regarding the local directory in the data_path variable from my trytond.conf, I want to ask where I can find this file. I searched in the .local file but there was no single file that contains trytond.conf. I installed GNU health using pypi.
If I will be creating a new trytond.conf, where should I place it?
I am hoping for your reply. Thank you!
|
Fri 23 Nov 2012 08:24:48 AM UTC, original submission:
Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 156, in dispatch
res = getattr(obj, method)(args_without_context, *kargs)
File "/trytond/ir/attachment.py", line 225, in create
res = super(Attachment, self).create(vals)
File "/trytond/model/modelsql.py", line 414, in create
self._columns[field].set([id_new], self, field, values[field])
File "/trytond/model/fields/function.py", line 105, in set
getattr(model, self.setter)(ids, name, value)
File "/trytond/ir/attachment.py", line 132, in set_data
os.makedirs(directory, 0770)
File "/os.py", line 150, in makedirs
makedirs(head, mode)
File "/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/var/lib/trytond'
|