you do seem to mount your home over nfs, this won't work with sqlite databases:
192.168.1.30:/home/client on /media/clientserv type nfs 
(rw,vers=4,addr=192.168.1.30,clientaddr=192.168.1.2)

you have to configure your pytrainer to store its database somewhere else.
If it follows the xdg spec you could do that with:
XDG_CONFIG_HOME=/some/folder pytrainer
or
XDG_DATA_HOME=/some/folder pytrainer

but if it doesn't please check with the developers on how to do it (and
possibly request that they follow the xdg spec)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to