Hi, I wan't to run Tryton test-scenarios on my local Ubuntu system. For this reason I copy Tryton 2.4 on my local pc.
cd /opt/ && sudo hg nclone http://hg.tryton.org/2.4/trytond Now I tried to add tryton to PYTHONPATH this way: echo "PYTHONPATH=/opt/trytond/:$PYTHONPATH" >> ~/.bashrc But I still get error message in Python Shell: ImportError: No module named trytond It this not the correct way? -- -- [email protected] mailing list
