Comment 2 for bug 740607

Revision history for this message
Urtzi Anbustegi (soyurtzi) wrote :

Hello again,

Thanks for the reply, I run the aplication on startup for 1 hour, clicking on the "refresh" button, but counters remain in zero.

I closed the application and i run it from terminal. The same happens.
this is the output from the command:

-------------------------------
hideyoshi@Tokyo:~$ pyinputstats
Assuming DPI being 92

-------------------------------

It seems no permission issue, I have tried it as root with same results. i think it may be a db creation problem.
But i don't know how to check it, I'm searching for some sqlite3 info...

More test that i have done:

Running on terminal, If i press ctrl+c to close the program i get:

-------------------------------
hideyoshi@Tokyo:~$ pyinputstats
Assuming DPI being 92
^CTraceback (most recent call last):
  File "/usr/local/bin/pyinputstats", line 5, in <module>
    pkg_resources.run_script('pyInputStats==0.2.1', 'pyinputstats')
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 448, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1166, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.6/dist-packages/pyInputStats-0.2.1-py2.6.egg/EGG-INFO/scripts/pyinputstats", line 78, in <module>
    gtk.main()
KeyboardInterrupt
-------------------------------

then I can send the program to "stopped" with ctrl+z and kill it or recover it, and it works, but counters on zero.

Is there more log files or debugging arguments that i can check?

Thanks.