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 method

Re: PyGTK upgrade

2008-10-01 Thread Lauro Moura
ce early July[1] and in chinook since last 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/pytho

Re: Python compiler package missing

2008-09-22 Thread Lauro Moura
hon2.5-dev package? -- Lauro Moura INdT - Instituto Nokia de Tecnologia ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Help with hildon.NumberEditor: IN PYTHON

2008-04-02 Thread Lauro Moura
gt; the code above does not work: > > "TypeError: hildon_set_value() takes exactly 3 arguments (4 given)" > > So I am getting all confused! It *looks* like I am using the correct > signal value, and passing three parameters... > > There are very few Python example

fakeroot and popen under ARMEL target - error loading library

2008-03-25 Thread Lauro Moura
annot open 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

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

2008-03-22 Thread Lauro Moura
er the script name (test.py - Title 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 ___

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

2008-03-22 Thread Lauro Moura
elf.window.add_toolbar(toolbar) > > def run(self): > self.window.show_all() > gtk.main() > > run() is called when program is launched. > > So there it is. All pointers are very much welcome. > About the toolbar, that probably is a bug when using the set_st

Re: [pymaemo] OssoRPCException running a python osso example

2008-03-03 Thread Lauro Moura
any .service files > > how can I fix it? Thanks for your help! > This is probably an issue with osso_statusbar_send_event. The following C code also shows the same error: http://pastebin.com/f4db8f5eb -- 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
ications which are running 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

Re: undefined symbol: _Py_TrueStruct

2008-02-12 Thread Lauro Moura
k-2.0/gobject/constants.py", > line 22, in > ImportError: > /usr/lib/python2.5/site-packages/gtk-2.0/gobject/_gobject.so: > undefined symbol: _Py_TrueStruct > > > Does anyone know what's happening. I'm going mad... > > Thanks. > I had to apply this patch

Re: Recommendations for a Python Active Records framework

2008-01-30 Thread Lauro Moura
gt; to invest time to port/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 li

Re: Problems with enviroment development

2008-01-22 Thread Lauro Moura
server using `/var/tmp/sapwood-127.0.0.1:2.0': > Connection refused > > `/usr/lib/sapwood/sapwood-server' MUST be started > before applications > > I didn't do anything that I can remember for screw up this thing, I just did > ru

Re: new project

2008-01-15 Thread Lauro Moura
n *somebody* point me to functioning, 770/OS2007/python2.5 > code that will allow me to access the ICd functionality? .connect, > .get_ipinfo are a minimum, .status_changed would be really nice. Yes, > I've exhausted google afaict. > python-co

Re: python2.5 - unnecessary multiple processes forked

2007-12-31 Thread Lauro Moura
> fact following would be a simpler version of it to reproduce the problem: > > ... > Do you have any tips, as to what might be going wrong? > With the following C code[1] the same problem happens. [1] http://pastebin.com/m2d7c9783 -- Lauro Moura INdT - Instituto Nokia de Tecn

Re: Fwd: Network library on Maemo 4

2007-11-19 Thread Lauro Moura
/svn/maemo/projects/haf/tags/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

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

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 remo

Status of libglade in chinook

2007-10-29 Thread Lauro Moura
://tablets-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

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 >

Re: Tap and hold in PyGTK

2007-10-16 Thread Lauro Moura
&aid=1520&group_id=40&atid=229 -- Lauro Moura ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Can't find py-gpsbt for Gregale

2007-10-13 Thread Lauro Moura
success for some debs. So, the obvious way 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 _

Re: Can't find py-gpsbt for Gregale

2007-10-13 Thread Lauro Moura
py gpsbt finally ? > Is yes, what rep is right ? > > Thanks again. > According to this[1] wiki page, the GPS libraries for OS2006 should be installed manually. [1] - http://maemo.org/community/wiki/howtousegpsframeworkinos2007/ PS: AFAIR, Luciano developed them using bora/os2007. --

Re: Python - problem with locales

2007-10-07 Thread Lauro Moura
ratchbox shows LC_ALL=C and everything else undefined, leading to that UnicodeEncodeError. If I reproduce these values in my Ubuntu desktop, the same error occurs. To work correctly, I had to unset LC_ALL (bigger precedence) and set LANG to en_GB. PS: This still differs from ubuntu, where I had

Re: Scratchbox python installation: Depends: libosso-abook but it is not going to be installed

2007-09-17 Thread Lauro Moura
modules > and install those. > Gerard, you can install python2.5-runtime, which is a meta-package with python itself and a collection of libraries (GTK, Hildon, PyGame, OSSO etc...). Could you check the version of libosso-abook installed on your system? Thanks in advanc

Re: send data to bluetooth printer via SPP

2007-07-12 Thread Lauro Moura
dule' has no attribute 'SYstem.Bus' > If the error message is correct, looks like you have a typo on dbus.SystemBus (Check 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
Contributions [2] http://live.gnome.org/Maemo/Gtk210Migration#M58 -- Lauro Moura INdT - Recife #include #include void activation_callback(GtkTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *col, gpointer user_data) {

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

2005-07-04 Thread Lauro Moura
very bad > I just created the following folders in my scratchbox home: ~/MyDocs ~/MyDocs/.documents ~/MyDocs/.images ~/MyDocs/.sounds ~/MyDocs/.videos -- Lauro Moura blog: http:/lauromoura.blogspot.com ___ maemo-developers mailing list maemo