![]() |
2010-01-19
, 22:23
|
|
Posts: 15 |
Thanked: 11 times |
Joined on Jan 2010
@ Italy
|
#2
|
![]() |
2010-01-20
, 08:56
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#3
|
Forgot to mention that I'm doing this under ScratchBox, compile and run under X86.
Luca.
af-sb-init.sh start
![]() |
2010-01-20
, 21:36
|
|
Posts: 15 |
Thanked: 11 times |
Joined on Jan 2010
@ Italy
|
#4
|
# scratchbox Welcome to Scratchbox, the cross-compilation toolkit! Use 'sb-menu' to change your compilation target. See /scratchbox/doc/ for documentation. [sbox-FREMANTLE_X86: ~] >
(I do this from another bash) # /usr/local/bin/start_xephyr.sh
process 4016: arguments to dbus_connection_add_filter() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5257. This is normally a bug in some application using the D-Bus library. python2.5[4016]: GLIB WARNING ** default - Could not add dbus filter: (null) process 4016: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 2657. This is normally a bug in some application using the D-Bus library. python2.5[4016]: GLIB MESSAGE default - Plugin registered: CALL. python2.5[4016]: GLIB MESSAGE default - Plugin registered: CHAT. python2.5[4016]: GLIB MESSAGE default - Plugin registered: SMS. process 4016: arguments to dbus_connection_send() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3099. This is normally a bug in some application using the D-Bus library. python2.5[4016]: GLIB WARNING ** default - Could not send signal! process 4016: arguments to dbus_connection_flush() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3390. This is normally a bug in some application using the D-Bus library. process 4016: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 2657. This is normally a bug in some application using the D-Bus library. python2.5[4016]: GLIB WARNING ** default - rtcom_el_plugin_get_value: here: gint, gboolean python2.5[4016]: GLIB WARNING ** default - rtcom_el_plugin_get_value: here ends
(i tried this *AFTER* starting xephyr AND scratchbox) [sbox-FREMANTLE_X86: ~/MyDocs/maemo/rtcom-eventlogger] > af-sb-init.sh start
I'm trying to make RTCom/eventlogger working in a Python module extension written in C.
When I run this piece of code:
Thank you,
Luca.