RE: PyQt

2009-11-19 Thread luciano.wolf
Hi Attila, You've green light to go on! :) Regards, Luciano From: maemo-developers-boun...@maemo.org [maemo-developers-boun...@maemo.org] On Behalf Of ext Attila Csipa [ma...@csipa.in.rs] Sent: Thursday, November 19, 2009 15:12 To: Airas Matti.P (Nokia-D

PySide has been released

2009-08-18 Thread luciano.wolf
Hi, The PySide team is pleased to announce the first public release of PySide: Python for Qt! PySide, its documentation, and developer resources are available at the project website, http://www.pyside.org . What is it? --- PySide is a project providing an LGPL'd set of Python bindings

RE: PyQt 4.5.x ?

2009-06-25 Thread luciano.wolf
Hi, By now we don't have a short term release plan. We are trying to keep PyMaemo up to date with Fremantle releases. It is good to know about developers interest to keep PyQt up and running. As soons as we get more info about PyQt roadmap I'll report here. Regards, Luciano ___

RE: Installing pyqt on scratchbox

2009-05-13 Thread luciano.wolf
Hi all, Yesterday I got it compiling and working again. The error was related to wrong package dependency + a non-supported method inside QtGui. Please run an apt-get update and try to install again. Current version is -maemo10. Regards, Luciano From: m

RE: Python Launcher released

2008-03-31 Thread luciano.wolf
It's a bit strange because it uses "which" to discover the real path. Did you put your script in a visible path (e.g.: /usr/bin) with execution flag (chmod +x)? If you run "which myapplication.py" it returns a valid path? By now the daemon only supports shutdown (python-launcher-daemon -s). This

RE: python startup time

2007-11-16 Thread luciano.wolf
Hi Jesse, Python-launcher is in the roadmap, as I've said in PyMaemo's release email. I'm planing to have a test version next week. Regards, Luciano -Original Message- From: [EMAIL PROTECTED] on behalf of ext Jesse Guardiani Sent: Fri 16-Nov-07 13:30 To: Maemo Developers Subject: Re: py

RE: Python - problem with locales

2007-10-05 Thread luciano.wolf
Hi David, To resolve locale, Python uses LC_ALL, LC_CTYPES, LANG and LANGUAGE in this order. SDK3.3 sets LC_ALL=C giving (None,None) as result to getdefaultlocale(). SDK2.2 and N800 leaves LC_ALL clean, then if you set LANGUAGE everything goes fine. By now you can "unset LC_ALL" to resolve thi

RE: New release of Python2.5 for Maemo (r0.4-11)

2007-06-28 Thread luciano.wolf
Hi Riku, Good to know you like Python :) To answer #1: PyMaemo uses 2 install files because Application Manager doesn't support multiple repositories inside a single .install. This limitation is to be fixed in the next release. #2: To upload files to the extras repository you have to follow th

RE: New release of Python2.5 for Maemo (r0.4-11)

2007-06-28 Thread luciano.wolf
What a big thread! :) Well, I apologize the way this release was put to the public. This new email/announce follows what Quim Gil have proposed. Thanks! I am pleased to announce Python2.5.1 for Maemo - r0.4-11 This new release is availab

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

2007-06-27 Thread luciano.wolf
Hi all! A new PyMaemo release is ready. This one includes: -Bugfix[1]; -Osso help and Osso IC support; -Upgraded iPython; -Python OSSO examples. Thanks to all contributors! Regards, Luciano Wolf [1] http://pymaemo.garage.maemo.org ___ maemo-developers

RE: Python - RPC Sender sample application

2007-05-29 Thread luciano.wolf
Hi David, Maemo site still has some small problems, but they will be fixed soon. You can also use the documentation page available in pymaemo site[1] - section "Introduction to LibOSSO". Don't forget to "chmod +x osso_test_receiver.py", otherwise it will not be started by DBUS. Regards, Lucian

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

2007-05-16 Thread luciano.wolf
Hi Antonio, Thanks for your comments. PyMaemo webpage now includes Hacker Edition together with Gregale (Maemo2.2 - 770) and Bora (Maemo3.0 - N800) distributions. Regards, Luciano Wolf -Original Message- From: [EMAIL PROTECTED] on behalf of ext Antonio Orlando Sent: Wed 16-May-07 08:07 T

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

2007-05-16 Thread luciano.wolf
Hi Eduardo, I had a problem while uploading i386 packages to the extras repository. Today it will be fixed. Regards, Luciano -Original Message- From: ext Eduardo Lima [mailto:[EMAIL PROTECTED] Sent: Tue 15-May-07 23:50 To: Wolf Luciano (EXT-INdT/Recife) Cc: [EMAIL PROTECTED]; maemo-dev

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

2007-05-15 Thread luciano.wolf
Hi John, If you're using python2.5 you can click on "check for updates" in Application Manager and proceed with installation. Python2.4 users have to uninstall it first. People installing for the first time can use automatic install files available at PyMaemo website: pymaemo.garage.maemo.org

RE: maemo-developers Digest, Vol 24, Issue 41

2007-04-30 Thread luciano.wolf
Hi Scott, We have plans to add libjpeg support, but not in this next release. We are working to release a new python version until the end of this week, with a lot of bugfixes, gconf support and python2.5.1. If we had time to integrate and test this libjpeg package[1], created by Matt Croydon,

RE: python sound

2007-04-18 Thread luciano.wolf
Hi Matthew, You have to use pygstreamer in order to play sounds using python for maemo. Regards, Luciano -Original Message- From: [EMAIL PROTECTED] on behalf of ext Matthew R. Gattis Sent: Tue 4/17/2007 10:45 AM To: maemo-developers@maemo.org Subject: python sound Has anyone gotten so