Re: PyGTK upgrade

2008-10-01 Thread Lauro Moura
october[2], but maybe these functions aren't exported. Could you provide a more detailed list of these functions? [1] http://repository.maemo.org/extras/pool/diablo/free/p/python-gtk2/ [2] http://repository.maemo.org/extras/pool/chinook/free/p/python-gtk2/ -- Lauro Moura INdT - Instituto Nokia de

Re: PyGTK upgrade

2008-10-01 Thread Lauro Moura
On Wed, Oct 1, 2008 at 6:19 PM, Jeffrey Barish [EMAIL PROTECTED] wrote: Lauro Moura wrote: On Wed, Oct 1, 2008 at 1:36 AM, Jeffrey Barish [EMAIL PROTECTED] wrote: When is PyGTK going to be upgraded to 2.12? gtk.CellLayout has 7 methods that all require the cellrenderer. gtk.ComboBoxEntry

Re: Python compiler package missing

2008-09-22 Thread Lauro Moura
On Sun, Sep 21, 2008 at 2:02 AM, Jeffrey Barish [EMAIL PROTECTED] wrote: I am using configobj.py with my Python application. configobj.py uses the compiler package, which seems to be missing in maemo. Is there a way to install it? Jeff, did you install the python2.5-dev package? -- Lauro

Re: Help with hildon.NumberEditor: IN PYTHON

2008-04-02 Thread Lauro Moura
=None) Now data will take the extra data passed when the signal is received. -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

fakeroot and popen under ARMEL target - error loading library

2008-03-25 Thread Lauro Moura
shared object file: No such file or directory exiting PS: When changing SBOX_PRELOAD to LD_PRELOAD makes it work but dh_testroot fails. [1] http://pastebin.com/m5cda6dd7 [2] http://bugzilla.scratchbox.org/bugzilla/show_bug.cgi?id=322 -- Lauro Moura INdT - Instituto Nokia de Tecnologia

Re: Python and Hildon: Toolbar and window title remain hidden

2008-03-22 Thread Lauro Moura
using the set_style with both_horizontal. At [1] there's a C code example. [1] http://pastebin.com/m3a52df8b -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org

Re: Python and Hildon: Toolbar and window title remain hidden

2008-03-22 Thread Lauro Moura
not seen). This test.py text can be retrieved/changed with get/set_application_name functions in the gtk module. Setting it to '' made only the window title appear. -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list

Re: [pymaemo] OssoRPCException running a python osso example

2008-03-03 Thread Lauro Moura
-- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: undefined symbol: _Py_TrueStruct

2008-02-18 Thread Lauro Moura
on the N800? It's a home desktop plugin, so I can't run it from commandline... Probably it's a typo in my patch: It should be libpython2.5.so.1.0, not only .so (which is inside -dev package). -- Lauro Moura INdT - Instituto Nokia de Tecnologia

Re: undefined symbol: _Py_TrueStruct

2008-02-12 Thread Lauro Moura
: _Py_TrueStruct Does anyone know what's happening. I'm going mad... Thanks. I had to apply this patch [1] to the loader to make it work. It uses g_module_open to load libpyhton2.5.so during the loader initialization. http://pastebin.com/f21f6605c -- Lauro Moura INdT - Instituto Nokia de

Re: Recommendations for a Python Active Records framework

2008-01-30 Thread Lauro Moura
/package it for Maemo. Currently pymaemo only provides the Storm[1] ORM, but contributions are welcome. [1] https://storm.canonical.com -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: Problems with enviroment development

2008-01-22 Thread Lauro Moura
run some apps, then stop the virtual machine, then at the next day I'm getting this issue. Is your DISPLAY variable correctly set? Did you run af-sb-init.sh start? -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list

Re: python2.5 - unnecessary multiple processes forked

2007-12-31 Thread Lauro Moura
wrong? With the following C code[1] the same problem happens. [1] http://pastebin.com/m2d7c9783 -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo

Re: Fwd: Network library on Maemo 4

2007-11-19 Thread Lauro Moura
/libconic/0.13.mvo0/ -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Status of libglade in chinook

2007-10-29 Thread Lauro Moura
-dev.nokia.com/unstable/4.0beta/content-comparison-3.2-to-4.0beta.html [2] http://tablets-dev.nokia.com/unstable/4.0beta/content-comparison-4.0alpha-to-4.0beta.html -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo

Re: Status of libglade in chinook

2007-10-29 Thread Lauro Moura
On 10/29/07, Xan [EMAIL PROTECTED] wrote: On 10/29/07, Lauro Moura [EMAIL PROTECTED] wrote: Is (or will be) libglade available for Chinook? The comparison tables from 3.2 to 4.0beta [1]and 4.0alpha to 4.0beta[2] both show that it was removed in beta. There's that GtkBuilder, new in 2.12

Re: Status of libglade in chinook

2007-10-29 Thread Lauro Moura
On 10/29/07, Xan [EMAIL PROTECTED] wrote: On 10/29/07, Lauro Moura [EMAIL PROTECTED] wrote: But is it available in beta? A patch we tried with pygtk failed because it couldn't find GtkBuilder. Probably the version in the beta is too old, it will be there in the final release for sure

Re: Tap and hold in PyGTK

2007-10-18 Thread Lauro Moura
On 10/16/07, Lauro Moura [EMAIL PROTECTED] wrote: On 10/11/07, Jeffrey Barish [EMAIL PROTECTED] wrote: I am not finding information about how to use tap-and-hold in PyGTK. I found gtk_widget_tap_and_hold_setup in the GTK+ Reference Manual, but tap_and_hold_setup is not in gtk.Widget. Am I

Re: Tap and hold in PyGTK

2007-10-16 Thread Lauro Moura
for the delay. I've just implemented basic support for tap and hold (the _setup function). It's not yet in svn but will be released soon. Currently it's missing support for the positioning function. Bug url: https://garage.maemo.org/tracker/index.php?func=detailaid=1520group_id=40atid=229 -- Lauro

Re: Can't find py-gpsbt for Gregale

2007-10-13 Thread Lauro Moura
would be to generate packages from source code, but AFAIK they're proprietary. One of the few references about GPS + 770 that I found was this post on Karoliina's blog: http://www.karoliinasalminen.com/blog/?page_id=99 -- Lauro Moura ___ maemo-developers

Re: send data to bluetooth printer via SPP

2007-07-12 Thread Lauro Moura
the case of y...). -- Lauro Moura (lmoura on Freenode) INdT / Recife http://lauro.wordpress.com ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: GtkTreeView issue

2007-06-11 Thread Lauro Moura
/Gtk210Migration#M58 -- Lauro Moura INdT - Recife #include hildon-widgets/hildon-program.h #include gtk/gtk.h void activation_callback(GtkTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *col, gpointer user_data) { g_debug

Re: [maemo-developers] how to save???

2005-07-04 Thread Lauro Moura
the following folders in my scratchbox home: ~/MyDocs ~/MyDocs/.documents ~/MyDocs/.images ~/MyDocs/.sounds ~/MyDocs/.videos -- Lauro Moura lauromoura[at]gmail[dot]com blog: http:/lauromoura.blogspot.com ___ maemo-developers mailing list maemo-developers