Hi there!
I'm testing RC3 on a virtual machine with Lubuntu 14.04.
The installation process wen ok until the last step where
the craklib could not be installed so I installed it manualy.
I was able to run gnuhealth server and tryton client to
connect to the community server.
But when I tried to generate my own local database, I
tried to run severpass.py
I get the following:
TRYTOND_CONFG= variable no set and No configuration file
specified
I also tried with the encryption script provided by the
official tryton docs
python -c 'import getpass,crypt,random,string; print crypt.crypt(getpass.getpass(), "".join(random.sample(string.ascii_letters + string.digits, 8)))'
But got the "wrong pswd" ERROR
Any idea of what could I be doing wrong?