thegraze wrote:
ImportError: No module named gtkmozembed
looks like this is missing: http://www.pygtk.org/pygtkmozembed/index.html I'm guessing either you need to get pygtk installed or perhaps it is not compiled with this module.. if the latter, might just need a CONFIGURE_ARGS+= something in the makefile.. but it could be more probably will have to dig around a bit further if that's the case.. good luck! - Chris
