
Originally Posted by
kev000
as for maemo apps, I usually just grab the source and compile it myself. If it's written in python (like carman and canola are), then it should work out of the box.
see ya!
I have now installed Carman - when I launch carman-gtk it presents the window from which I can create a new profile. If I select new, software simulator, then forward... it will go no further. The same thing happens with carman-sdl-launcher or carman-profile-manager
Code:
dan@ux1xn:/$ carman-profile-manager
Traceback (most recent call last):
File "/usr/share/carman/carman-gtk/carman_gtk/ProfileDialogController.py", line 334, in cb_profile_dialog_view_init_bt_device
BannerDialog.destroy()
File "/usr/share/carman/carman-gtk/carman_gtk/BannerDialog.py", line 55, in destroy
hildon.gtk_banner_close(cls._parent)
AttributeError: 'module' object has no attribute 'gtk_banner_close'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/apport_python_hook.py", line 38, in apport_excepthook
from apport.packaging_impl import impl as packaging
File "/usr/lib/python2.5/site-packages/apport/__init__.py", line 1, in <module>
from apport.report import Report
File "/usr/lib/python2.5/site-packages/apport/report.py", line 17, in <module>
import xml.dom, xml.dom.minidom
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 220, in <module>
ImportError: cannot import name DOMImplementation
Original exception was:
Traceback (most recent call last):
File "/usr/share/carman/carman-gtk/carman_gtk/ProfileDialogController.py", line 334, in cb_profile_dialog_view_init_bt_device
BannerDialog.destroy()
File "/usr/share/carman/carman-gtk/carman_gtk/BannerDialog.py", line 55, in destroy
hildon.gtk_banner_close(cls._parent)
AttributeError: 'module' object has no attribute 'gtk_banner_close'
Traceback (most recent call last):
File "/usr/share/carman/carman-gtk/carman_gtk/WizardDialog.py", line 223, in __cb_response
if self.validate_page(page):
File "/usr/share/carman/carman-gtk/carman_gtk/WizardDialog.py", line 200, in validate_page
self.show_validation_error(page)
File "/usr/share/carman/carman-gtk/carman_gtk/WizardDialog.py", line 186, in show_validation_error
hildon.gtk_infoprint(self, page.validate_message)
AttributeError: 'module' object has no attribute 'gtk_infoprint'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/apport_python_hook.py", line 38, in apport_excepthook
from apport.packaging_impl import impl as packaging
File "/usr/lib/python2.5/site-packages/apport/__init__.py", line 1, in <module>
from apport.report import Report
File "/usr/lib/python2.5/site-packages/apport/report.py", line 17, in <module>
import xml.dom, xml.dom.minidom
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 220, in <module>
ImportError: cannot import name DOMImplementation
Original exception was:
Traceback (most recent call last):
File "/usr/share/carman/carman-gtk/carman_gtk/WizardDialog.py", line 223, in __cb_response
if self.validate_page(page):
File "/usr/share/carman/carman-gtk/carman_gtk/WizardDialog.py", line 200, in validate_page
self.show_validation_error(page)
File "/usr/share/carman/carman-gtk/carman_gtk/WizardDialog.py", line 186, in show_validation_error
hildon.gtk_infoprint(self, page.validate_message)
AttributeError: 'module' object has no attribute 'gtk_infoprint'
dan@ux1xn:/$
Is this an error you have come across at all?
Thanks
Dan
Bookmarks