View Single Post
Posts: 18 | Thanked: 7 times | Joined on Apr 2010
#202
Originally Posted by omeriko9 View Post
Welcome

I'd like to check with you for missing dependencies.
Can you please download the attached file, place it in /home/user, and then run from terminal (as root):


mv test.txt test.py
chmod 755 test.py
python test.py


and paste the results here?
thanks.
Ok, bear with me, I'm pretty new to this ...

I did the above; without root the file appears to run but outputs no results to terminal. If I sudo gainroot first, then I get -

process 4784: arguments to dbus_connection_get_data () were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757.
This is normally a bug in some applications using the D-Bus library.
process 4784: arguments to dbus_connection_get_data () were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721.
This is normally a bug in some applications using the D-Bus library.
Aborted

HTH