Active Topics

 


Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Mar 2010
#1
I am a newbie to N900 and Maemo 5 platform.

I am trying to use PyMaemo on Scratchbox. I installed python2.5 and was successfully able to run 'Hello World" on the scratchbox. now I am trying to use PyQt4 to create a GUI based application.

I get the following error:
[sbox-FREMANTLE_X86: ~/MyApps] > python2.5 texteditor.py
Traceback (most recent call last):
File "texteditor.py", line 2, in <module>
from PyQt4 import QtGui
ImportError: No module named PyQt4
[sbox-FREMANTLE_X86: ~/MyApps] >

Now, from the different mail threads I gathered that I need to install the python2.5-qt4 package. I accordingly modified the /etc/apt/sources.list file and added the following
deb http://repository.maemo.org/extras-devel fremantle free non-free
deb http://repository.maemo.org/extras-testing fremantle free non-free

I then used
[sbox-FREMANTLE_X86: ~/MyApps] > apt-get update

[sbox-FREMANTLE_X86: ~/MyApps] > apt-get install python2.5-qt4
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package python2.5-qt4
[sbox-FREMANTLE_X86: ~/MyApps] >

Could anyone please help me with this problem.

Thanks
 
EIPI's Avatar
Posts: 794 | Thanked: 784 times | Joined on Sep 2007 @ /Canada/Ontario/GTA
#2
try:

deb http://repository.maemo.org/extras-devel/ fremantle free non-free
deb http://repository.maemo.org/extras-testing/ fremantle free non-free

(note the trailing / at the end of the url)

and possibly:
fakeroot apt-get update
fakeroot apt-get install python2.5-qt4-gui
__________________
Mobile Tablets Blog
Follow me on
Twitter


Last edited by EIPI; 2010-03-13 at 03:00. Reason: typo
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:49.