|
2010-01-03
, 14:15
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#2
|
|
2010-01-03
, 16:29
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#3
|
get this error when I run
[sbox-FREMANTLE_ARMEL: ~] > run-standalone.sh
/usr/bin/run-standalone.sh: line 2: qemu:: command not found
/usr/bin/run-standalone.sh: line 3: Cannot: command not found
I didnt get this earlier.
Started getting this after I did this
[sbox-FREMANTLE_ARMEL: ~] > run-standalone.sh python2.5
Python 2.5.4 (r254:67916, Nov 26 2009, 22:24:46)
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
>>> import hildon
process 23107: 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 application using the D-Bus library.
process 23107: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721.
This is normally a bug in some application using the D-Bus library.
qemu: uncaught target signal 6 (Aborted) - core dumped
Im not an expert with python can anybody assist me with this ?
Thanks
EDIT:
Problem solved
For the benefit of the others who may face this
Run /scratchbox/tools/bin/env
re-install the devkit
problem dissapeared but I still didnt quite get what went wrong.
Last edited by krk969; 2010-01-03 at 14:22. Reason: problem solved.