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
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
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
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
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
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
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
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
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_