Released - PyQt4 for Maemo

2008-09-24 Thread Luciano Miguel Wolf
Hi all, I am pleased to announce PyQt4 for Maemo OS2008 [Diablo]. This new release is available from: http://pyqt.garage.maemo.org What's it? -- PyQt4 for Maemo is a set of bindings that allows programmers to access Qt4 library using Python for Maemo. What's changed? --- Th

Re: Python install broken

2008-07-01 Thread Luciano Miguel Wolf
Hi Pavel, I've already uploaded that dependencies to the extras repository. Now it is ready for use. Just run an 'apt-get update' or refresh the application list through Application Manager. Regards, Luciano ext Pavel Rojtberg wrote: > do others also encounter this problem when installing pyth

New release - Python2.5.2 - OS2007/2008

2008-04-22 Thread Luciano Miguel Wolf
I am pleased to announce Python2.5.2 for Maemo OS2007 / OS2008. This new release is available from: http://pymaemo.garage.maemo.org What's it? -- Python for Maemo (PyMaemo for short) main objective is to make possible to use Python programming language as the scripting and development lan

Re: Python Launcher released

2008-03-31 Thread Luciano Miguel Wolf
Hi Jeffrey, Pylauncher shows this message when wasn't possible to find the script to be executed. Try to use "python ./myapplication.py" or the full path to the script. Regards, Luciano Wolf ext Jeffrey Barish wrote: > I installed Python Launcher. It appears to be running: > > $ ps aux > 51

Re: Python Launcher released

2008-03-28 Thread Luciano Miguel Wolf
It makes sense to put in control panel. > This is really good and will speed up a lot of python apps. > > On Fri, Mar 28, 2008 at 12:21 AM, Luciano Miguel Wolf > <[EMAIL PROTECTED]> wrote: >> I am pleased to announce Python Launcher for Maemo OS2008. > > ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Python Launcher released

2008-03-27 Thread Luciano Miguel Wolf
I've just forgot to mention: The main idea comes from Johan Dahlin (PyGTK). This PythonLauncher for Maemo is a C implementation of Johan's idea. The first post: http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/ Luciano Miguel Wolf wrote: > I am pleased to an

Python Launcher released

2008-03-27 Thread Luciano Miguel Wolf
I am pleased to announce Python Launcher for Maemo OS2008. This release is available from[1]: Maemo webpage -> Downloads -> OS2008 -> System What's it? -- Python Launcher is a daemon to speedup Python applications, mainly those using pygtk. It runs a daemon, responsible for importing mo

Re: Using hildon.BreadCrumbTrail

2008-01-22 Thread Luciano Miguel Wolf
Hi Pavel, There is a bug[1](#1546) describing this issue. Luciano [1] https://garage.maemo.org/tracker/index.php?func=detail&aid=1546&group_id=40&atid=229 ext Pavel Rojtberg wrote: > Are the python bindings for BreadCrumbTrail broken, or am I missing > something? > I have compared the C and th

Re: New release of Python2.5 for Maemo

2008-01-21 Thread Luciano Miguel Wolf
Hi David, Do an "apt-get update" and try to reinstall pygtk package. I've uploaded a new version (2.12.1-1osso2) for x86 target. Luciano ext David Hautbois wrote: > Hi > > Some dev packages look like to be broken in X86 scratchbox target: > > [sbox-CHINOOK_X86: ~/temp] > apt-get install pytho

Re: python 2.5-gtk2

2008-01-17 Thread Luciano Miguel Wolf
Hi Alex, It was my mistake. I've compiled the ARMEL packages using libglade2.6. A new pygtk(python2.5-gtk2_2.12.1-1osso2) was uploaded right now. Thanks for your report! Luciano ext Alex Iliadis wrote: > I noticed in the latest python2.5-gtk2 package (OS2008 chinook) hasn't > included glade.s

Re: New release of Python2.5 for Maemo

2008-01-17 Thread Luciano Miguel Wolf
h new process. Thanks for your interest. We all hope to see PyMaemo pre-installed in a near future :) Regards, Luciano ext Frantisek Dufka wrote: > Luciano Miguel Wolf wrote: >> What's planned? >> --- >> Next release is planned to have a beta version of Pyth

[Correction] New release of Python2.5 for Maemo

2008-01-17 Thread Luciano Miguel Wolf
us installed Pymaemo. New installations have to be done via command line or via other packages that depends on Pymaemo, e.g.: Canola. Luciano Wolf ext Luciano Miguel Wolf wrote: > Hi Andrea, > > This is a side effect of removal from Application Manager programs list. > Now this pa

New release of Python2.5 for Maemo

2008-01-16 Thread Luciano Miguel Wolf
I am pleased to announce Python2.5.1 for Maemo OS2007 (r0.4-15) / OS2008 (r0.1c3) This new release is available from: http://pymaemo.garage.maemo.org What's it? -- Python for Maemo (PyMaemo for short) main objective is to make possible to use Python programming language as the scripting

Re: bsddb module for maemo-python ?

2008-01-07 Thread Luciano Miguel Wolf
Hi Fred, We had somebody asking for this[1] on PyMaemo mailing list. The main reason for bsddb module's absence is that Maemo platform doesn't provide bsddb support. Regards, Luciano [1] https://garage.maemo.org/pipermail/pymaemo-developers/2007-March/21.html ext Fred Pacquier wrote: > H

Re: [pymaemo] Installation file corrupted

2007-12-21 Thread Luciano Miguel Wolf
Hi Mike, The following packages: libsdl-ttf2.0-0_2.0.9-1_armel.deb python2.5-bluez_0.9.1-1osso2_armel.deb python2.5-cairo_1.4.0-1osso1_armel.deb python2.5-conic_0.1-1osso1_armel.deb python2.5-gtk2_2.12.0-1osso5_armel.deb python2.5-osso_0.3-1osso3_armel.deb python2.5-runtime_c1.0-2_all.deb are li

update-alternatives missing features

2007-12-18 Thread Luciano Miguel Wolf
Hi, I was trying to use update-alternatives inside Maemo but it seems to be a bit incomplete. It only implements "install" and "remove" functions. "list" isn't available. Is there any plans to add some more functionality to this program or is there an alternative to update-alternatives? Right

Re: new pygtk module with glade support

2007-11-26 Thread Luciano Miguel Wolf
comment out lines 43 and 44, but then two >> windows are created and the one with the application in it isn't >> fullscreen-able. >> >> >> On 11/20/07, Luciano Miguel Wolf <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> I've generated

Re: new pygtk module with glade support

2007-11-20 Thread Luciano Miguel Wolf
Hi, I've generated another pygtk, now against libglade2.4. Just refresh application list and update python2.5-runtime, through ApplicationManager. Remember, you MUST have libglade2.4 (that comes originally with device/SDK). Regards, Luciano Luciano Miguel Wolf wrote: > Hi Jesse, &g

Re: new pygtk module with glade support

2007-11-19 Thread Luciano Miguel Wolf
;t see pygtk listed, though I have pymaemo installed.... > > On 11/19/07, * Luciano Miguel Wolf* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi all, > > A new PyGTK, with glade support, is available at chinook extras > repository.

new pygtk module with glade support

2007-11-19 Thread Luciano Miguel Wolf
Hi all, A new PyGTK, with glade support, is available at chinook extras repository. It was generated using libglade2-0 (2.6.2-1indt1). Other bugfixes and unstable modules, like python-launcher, will be released using the new "extras-devel" repository. This way we can test it widely before offi

New PyMaemo modules: Cython and Storm

2007-11-07 Thread Luciano Miguel Wolf
Hi all, PyMaemo has now two new modules: Cython[1] and Storm[2]. The first one is a fork of Pyrex, to generate code mixing Python and C data types. The second is an Object Relational Mapper. Both are available for OS2007 and OS2008 (Chinook Beta). To install Cython you have to use apt-get inst

PyMaemo Beta for Chinook Beta

2007-10-25 Thread Luciano Miguel Wolf
Hi all, You were asking for this and finally I can say: Python2.5.1BETA for Chinook Beta is ready to download[1]. I'm a bit nervous, because lots of people were waiting for this :) but I believe you will have no problems using this release. We've tried to keep all the packages up to date (usin

New release of Python2.5 for Maemo (r0.4-13)

2007-10-24 Thread Luciano Miguel Wolf
I am pleased to announce Python2.5.1 for Maemo - r0.4-13 - OS2006/2007 (*PyMaemo Chinook will be released tomorrow) This new release is available from: http://pymaemo.garage.maemo.org What's it? -- Python for Maemo (PyMaemo for short) main objective is to make possible to use Python pro

Re: scratchbox problem after new installation

2007-10-24 Thread Luciano Miguel Wolf
Hi, Did you start a Xephyr (or something that opens a X display) and run "af-sb-init.sh start" inside scratchbox? PyGtk requires an active display to be loaded properly. More info about Xephyr steps at: http://maemo.org/development/documentation/tutorials/Maemo_tutorial_bora.html#settingup Rega

Re: Fwd: chinook

2007-10-19 Thread Luciano Miguel Wolf
Hi, We will release a new PyMaemo (os2006/2007 and chinook) next week. Regards, Luciano ext Jonathan Greene wrote: > Should have sent here ... > > -- Forwarded message -- > From: Jonathan Greene <[EMAIL PROTECTED]> > Date: Thu, 18 Oct 2007 11:11:32 -0400 > Subject: chinook > To:

Re: Launching web browser from python

2007-10-10 Thread Luciano Miguel Wolf
Hi David, PyMaemo uses context, to have information about application running. You can use webbrowser module, as Johan has pointed, but remember to it this way: context = osso.Context("appname", "version", False), where version is your app version as "0.0.1" format, then call webbrowser this wa

libffi4 package missing in bora extras repository

2007-10-04 Thread Luciano Miguel Wolf
Hi all, It seems libffi4 and libffi4-dev are missing in Packages[1] descriptor of "bora extras" repository. The libffi package is correctly placed inside repository. Python2.5 depends on this to be installed. Somebody from Nokia should take a look on this. Thanks! Regards, Luciano Wolf [1]. h

Python-GPSbt and Python-abook released

2007-08-23 Thread Luciano Miguel Wolf
Hi all, We have just released Python-GPSbt and Python-abook, providing access to GPS and address book data. Both modules are available through Application Manager as separate packages. We will collect all user opinions about them and possibly these packages will be included as part of a new

New release of Python2.5 for Maemo (r0.4-12)

2007-07-19 Thread Luciano Miguel Wolf
A problem inside Bora repository (libbluetooth1 was removed suddenly) led us to a new Python for Maemo-r0.4-12 (OS2007) release. This new release is available from: http://pymaemo.garage.maemo.org What's it? -- Python for Maemo (PyMaemo for short) main objective is to make possible to u

New release of Python2.5 for Maemo (r0.4-10)

2007-05-15 Thread Luciano Miguel Wolf
Hi Maemo Developers! It took us some time but now we have a new version of Python2.5 for Maemo ready for download. We have tried to cover requests from community as much as possible. Highlights are: -New modules (libconic, libid3tag, osso-mime, libjpeg -thanks to Matt Croydon) -Bugfixes -Ipytho

Re: Python-Glade-Nokia770 creating debian packages

2007-03-23 Thread Luciano Miguel Wolf
Hi, Try to put this line inside your .desktop file: "StartupWMClass=file_to_be_executed" This is missing on tutorial site. Regards, Luciano Wolf ext Admir Saric wrote: Hi, I've created an application using python and glade and I've tried to get it running on the Nokia770. I was able to in

Re: FW: Maemo

2007-03-21 Thread Luciano Miguel Wolf
Hi Alma, Have you tried to run your application from terminal? I think it will show some more information. Regards, Luciano Wolf ext Alma Prlja wrote: Hi, I have created an application for Nokia 770 using pygtk and glade. I tested it in the scratchbox and it all work well. Then I tried to

Re: New PyMaemo svn repository

2007-03-20 Thread Luciano Miguel Wolf
Hi Henri, We are changing PyGConf build system to generate deb packages. I hope it will be available in the next PyMaemo release. Kiitos :), Luciano Wolf ext Henri Bergius wrote: Hi! On 3/19/07, Luciano Miguel Wolf <[EMAIL PROTECTED]> wrote: Our next target is to release a new v

New PyMaemo svn repository

2007-03-19 Thread Luciano Miguel Wolf
Hi all, PyMaemo repository has been migrated to pymaemo.garage.maemo.org site. Anyone who is interested in contributing can now participate. An explanation about how to proceed can be found in PyMaemo svn[1] README file. Feel free to give feedback. Our next target is to release a new version w

Re: [maemo-developers] Python2.5 in maemo 3.0 SDK

2007-01-22 Thread Luciano Miguel Wolf
Hi David, This problem happens when you don't export the DISPLAY variable correctly. You need to point it to a valid X session, as described in Maemo tutorial. And I agree, the error message could be a bit clear about the real problem :) Regards, Luciano ext David wrote: Hi The first time

Re: [maemo-developers] Python 2.5 in 770

2007-01-19 Thread Luciano Miguel Wolf
Hi, Did you try with the latest Maemo2.1 image available at www.maemo.org? Luciano ext Jose Manrique Lopez de la Fuente wrote: Thanks it seems that libpang dissapears after removing python 2.4. 2007/1/19, Malix <[EMAIL PROTECTED]>: I installed it Tuesday without problem, but I have had to r

Re: [maemo-developers] python osso and icd

2007-01-09 Thread Luciano Miguel Wolf
ext Fabio Forno wrote: Hi, since i've problems to keep the connection on sending the command with dbus-send (see the trhread above), i'm trying with a simple python script. I've tried other icd commands and I had no problems, but the connect method does not work: I don't want to directly

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 equivalent of g_set_application_name("Hello maemo!") ?

2006-10-16 Thread Luciano Miguel Wolf
ext Igor Tkach wrote: Hi, I'm trying to use HildonProgram/HildonWindow instead of HildonApp/HildonAppView (in Python). One thing I can't find in the new API is how to work with application title. Setting title of HildonWindow changes only second part of the actual application title. From C ex

Re: [maemo-developers] accessing to the ICD with dbus and python

2006-07-27 Thread Luciano Miguel Wolf
I get an aswer, but in ret it contains only the first return parameter, the name of the connection, instead of all the four parameters from the specs: rpc_run() is only a "shortcut" for a set of OSSO/D-BUS calls that return only one parameter. So you must use the generic D-BUS bindings to do the