RE: Installing pyqt on scratchbox

2009-05-13 Thread luciano.wolf
: maemo-developers-boun...@maemo.org [maemo-developers-boun...@maemo.org] On Behalf Of ext FENG GAO [gaofeng860...@gmail.com] Sent: Tuesday, May 12, 2009 04:55 To: Wilms Daniel (Nokia-D/Helsinki) Cc: maemo-developers@maemo.org Subject: Re: Installing pyqt on scratchbox terrible! I should re-install

Re: Installing pyqt on scratchbox

2009-05-13 Thread daniel wilms
> It seems to be strange. on my laptop, it still can not work. I get the same > error messages as Jey Han Lau got. The python2.5-qt4-core is dependent on > python2.5-qt4-common(maemo9), but the maemo7 was installed. Have you run "apt-get update" before trying to install it again? Or do you have

Re: Installing pyqt on scratchbox

2009-05-13 Thread FENG GAO
It seems to be strange. on my laptop, it still can not work. I get the same error messages as Jey Han Lau got. The python2.5-qt4-core is dependent on python2.5-qt4-common(maemo9), but the maemo7 was installed. 2009/5/13 daniel wilms > It seems that they have solved the problem. I just tried it

Re: Installing pyqt on scratchbox

2009-05-12 Thread daniel wilms
It seems that they have solved the problem. I just tried it out and I can install it on the device and in the scratchbox. Daniel ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Installing pyqt on scratchbox

2009-05-12 Thread FENG GAO
terrible! I should re-install the dev environment, and this problem make it impossible~ Please fix it as soon as possbile. 2009/5/6 daniel wilms > Hi, > > indeed, the problem is related to some dependency issues. I reported it to > the pyqt guys and it will be solved quite soon. This problem is

Re: Installing pyqt on scratchbox

2009-05-06 Thread daniel wilms
Hi, indeed, the problem is related to some dependency issues. I reported it to the pyqt guys and it will be solved quite soon. This problem is general and not caused by local environment issues as Jey Han Lau wrote. Cheers Daniel ___ maemo-developers

Re: Installing pyqt on scratchbox

2009-05-05 Thread Attila Csipa
On Tuesday 05 May 2009 06:57:35 Jey Han Lau wrote: > I've been trying to install pyqt4 on scratchbox and I kept getting > broken packages error =/ There are instructions on installing pyqt on > the nokia device itself but not on the scratchbox. I have added > extras-devel to /etc/apt/sources.list,

Re: Installing pyqt on scratchbox

2009-05-05 Thread Attila Csipa
On Tuesday 05 May 2009 04:20:32 you wrote: > I suppose it is not really "translating". I'll elaborate a little more. > Say you create a signal/slot for a button. So the button fires a > "clicked" signal and say there's a UI list that clears the item (slot) > on the list. You can do this using the Q