Hi, Devs
I trying to run tryton server 4.0 about python 3.5, and it server runs
but I get some warnings:
/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/relatorio/templates/__init__.py:29:
UserWarning: Unable to load plugin 'chart'
warnings.warn("Unable to load plugin '%s'" % name)
/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/trytond/modules/__init__.py:143:
DeprecationWarning: This method will be removed in future versions. Use
'parser.read_file()' instead.
module_config.readfp(fp)
/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/stdnum/numdb.py:202:
ResourceWarning: unclosed file <_io.BufferedReader
name='/home/psk/.virtualenvs/tryton40/lib/python3.5/site-packages/stdnum/iban.dat'>
db = read(reader(resource_stream(__name__, name + '.dat')))
Maybe it is necesary open a new issue or this is an installation problem
because python 3 enviroment.
Oscar Alvarez
--
You received this message because you are subscribed to the Google Groups
"tryton-dev" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tryton-dev/572C132B.8030605%40gmail.com.