Simple test installation

From time to time, I try to install tryton, I always have so many difficulties.
In a debian environment (linux mint)
No probleme for trytond
I get the version but

But for GUI, for the moment I get a
“No module named ‘pygtk’”

But what package do I need to install and with what manager so that it is ok ?

Thanks

You need to have this: http://pygtk.org/
Check the packages of your distribution to install it.

It’s strange, I’m not able to launch tryton client in a virtual environment, always the same error, but it works very well, with the direct launch.
Thank you

Indeed it’s not possible to install pygtk on a virtualenv. So in order to make it work inside a virtualenv you should create the virtualenv --system-site-packages flag which will make it inherit the packages installed on your system path.

2 Likes