Greetings,<br><br>I just started seting up my dev env and have been following the Tutorial for 2.0, but have run-a-muck with getting Gazpacho running.<br><br>After setting up SB and verifying that I can build and run the example apps in xephyr etc...I started into gazpacho, following the seperate HOWTO, including following the hints by others to ensure that my DISPLAY is set correctly before running 
gazenv-init.sh..<br><br>So, I get to the point of running gazpacho and I end up with the following:<br><br>[sbox-SDK_PC: ~] &gt; gazpacho<br>Could not load module: gazpacho.widgets.hildonwidgets.lgpl<br>Traceback (most recent call last):
<br>&nbsp; File &quot;/usr/bin/gazpacho&quot;, line 71, in ?<br>&nbsp;&nbsp;&nbsp; sys.exit(main.main((sys.argv)))<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/main.py&quot;, line 183, in main<br>&nbsp;&nbsp;&nbsp; launch(options, filenames)<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/main.py&quot;, line 111, in launch<br>&nbsp;&nbsp;&nbsp; gazpacho = Application()<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/application.py&quot;, line 112, in __init__
<br>&nbsp;&nbsp;&nbsp; self._catalogs = get_all_catalogs()<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/catalog.py&quot;, line 208, in get_all_catalogs<br>&nbsp;&nbsp;&nbsp; load_catalogs()<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/catalog.py&quot;, line 238, in load_catalogs
<br>&nbsp;&nbsp;&nbsp; catalog = Catalog(filename, resources_path)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/catalog.py&quot;, line 63, in __init__<br>&nbsp;&nbsp;&nbsp; self._parse_filename(filename)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/catalog.py&quot;, line 69, in _parse_filename
<br>&nbsp;&nbsp;&nbsp; self._parse_root(root)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/catalog.py&quot;, line 86, in _parse_root<br>&nbsp;&nbsp;&nbsp; self._parse_widget_classes(child)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/catalog.py&quot;, line 132, in _parse_widget_classes
<br>&nbsp;&nbsp;&nbsp; self._parse_widget_class(class_node)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/catalog.py&quot;, line 164, in _parse_widget_class<br>&nbsp;&nbsp;&nbsp; self.resource_path, tooltip)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gazpacho/widgetadaptor.py&quot;, line 203, in setup
<br>&nbsp;&nbsp;&nbsp; raise AttributeError(<br>AttributeError: There is no registered widget called HildonA<b><span class="nw" id="_user_maemo-developers@maemo.org"></span></b>pp<br>[sbox-SDK_PC: ~] &gt; <br><br>I was just reading that HildonApp has been depricated in 
2.0 as per the porting HOWTO, so I am wondering if maybe the gazpacho installed via apt-get is not actually compatible with Maemo 2.0?&nbsp; I am suspecting this may be the case, in which case, does anyone know of efforts to port it to Maemo 
2.0?<br><br>Thanks,<br><br>Shane...<br>