Hello,
Question from a newbie
Context : Windows 10 Home / WSL 2 / Ubuntu 20.04 ; tryton:latest installed successfully using the docker procedure ; tryton is now « localhost :8000 » accessible
Executing in my « home » directory :
- Command : TRYTOND_DATABASE_URI=‘postgresql://tryton:5432/tryton’ trytond_import_countries -d ‘postgresql://tryton:5432/tryton’
Response : trytond_import_countries.py: command not found - Command : docker run --rm -ti tryton/tryton --pyrun trytond_import_countries.py
Response : open(“trytond_import_countries.py”): No such file or directory [plugins/python/python_plugin.c line 1795]
Thank you, Marc