[maemo-developers] Gnome-Canvas-Maemo
From: Alma Prlja alma_prlja at hotmail.comDate: Fri Mar 16 14:42:21 EET 2007
- Previous message: First release of maemo port of Claws Mail
- Next message: Gnome-Canvas-Maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I have created an application using glade and python. I have some gnome widgets in my application, like gnome canvas and gnome fileEntry. When I try to run the application in maemo from the scratchbox it's not working with the gnome widgets. When I remove the gnome widgets it's working fine. Is there some way to get gnome to work with maemo??? Another thing is that I use shelve to save the files that can be created with my application. This is not working either and I get following message Traceback (most recent call last): File "/home/admir/DBC/dbc.py", line 298, in ? dbc = DigitalBusinessCard() File "/home/admir/DBC/dbc.py", line 75, in __init__ db = shelve.open(List) File "/usr/lib/python2.4/shelve.py", line 231, in open return DbfilenameShelf(filename, flag, protocol, writeback, binary) File "/usr/lib/python2.4/shelve.py", line 212, in __init__ Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback, binary) File "/usr/lib/python2.4/anydbm.py", line 82, in open mod = __import__(result) ImportError: No module named dbhash Exception exceptions.AttributeError: "DbfilenameShelf instance has no attribute 'writeback'" in ignored How can I solve this problem. Best regards Alma _________________________________________________________________ Senaste nytt om Paris och Lindsey http://starlounge.msn.se/
- Previous message: First release of maemo port of Claws Mail
- Next message: Gnome-Canvas-Maemo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]