Re: [maemo-developers] python + osso_browser does work.

2006-12-18 Thread Osvaldo Santana
Hi, I'll put the readline.so in the python2.5-dev package. Installing this package will enable the readline functionalities in Python's interactive mode. Thanks, Osvaldo On 12/15/06, Jack Jansen <[EMAIL PROTECTED]> wrote: On 12-Dec-2006, at 17:15 , Osvaldo Santana wrote: Would it be possib

Re: [maemo-developers] python + osso_browser does work.

2006-12-15 Thread Jack Jansen
On 12-Dec-2006, at 17:15 , Osvaldo Santana wrote: Would it be possible to package readline.so separately so that Python developers can apt-get install python-readline, while regular users can save half a meg? It's possible to make another package with the readline.so module, but the Python in

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Marius Gedminas
On Tue, Dec 12, 2006 at 01:15:43PM -0300, Osvaldo Santana wrote: > >Would it be possible to package readline.so separately so that > >Python developers can apt-get install python-readline, while regular > >users can save half a meg? > > It's possible to make another package with the readline.so mo

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Dave Cridland
On Tue Dec 12 16:15:43 2006, Osvaldo Santana wrote: It's possible to make another package with the readline.so module, but the Python interactive mode will not use it. To enable the readline in Python interactive mode we need to link the interpreter itself against libreadline/libncurses. A

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Osvaldo Santana
On 12/12/06, Marius Gedminas <[EMAIL PROTECTED]> wrote: On Tue, Dec 12, 2006 at 11:46:10AM -0300, Luciano Miguel Wolf wrote: > ext Marius Gedminas wrote: [cut] > Hi Marius and developers, > > Its possible to add support to readline but this will take 600k (5% of > total package size). The new d

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Marius Gedminas
On Tue, Dec 12, 2006 at 11:46:10AM -0300, Luciano Miguel Wolf wrote: > ext Marius Gedminas wrote: > >On Mon, Dec 11, 2006 at 03:09:20PM -0500, Jason Monroe Martin wrote: > >>The following code works in maemo 2.1 > > > ... > > > >Aargh, can we please have a Python with readline support in the next O

Re: [maemo-developers] python + osso_browser does work.

2006-12-12 Thread Luciano Miguel Wolf
ext Marius Gedminas wrote: On Mon, Dec 11, 2006 at 03:09:20PM -0500, Jason Monroe Martin wrote: The following code works in maemo 2.1 ... Aargh, can we please have a Python with readline support in the next OS update? Marius Gedminas Hi Marius and developers, Its possible to add suppor

Re: [maemo-developers] python + osso_browser does work.

2006-12-11 Thread Marius Gedminas
On Mon, Dec 11, 2006 at 03:09:20PM -0500, Jason Monroe Martin wrote: > The following code works in maemo 2.1 It works in Maemo 2.0 too. > import dbus > > bus = dbus.SessionBus() > > proxy_obj = bus.get_object('com.nokia.osso_browser', > '/com/nokia/osso_browser') (The browser appears at this

[maemo-developers] python + osso_browser does work.

2006-12-11 Thread Jason Monroe Martin
Bugzilla bug 905 closed. I had upgraded some packages in the red pill mode and it broke some stuff. The following code works in maemo 2.1 import dbus bus = dbus.SessionBus() proxy_obj = bus.get_object('com.nokia.osso_browser', '/com/nokia/osso_browser') dbus_iface = dbus.Interface(proxy_