I did the same thing that you did to solve the first problem.<br><br><div class="gmail_quote">On Fri, Apr 10, 2009 at 3:05 PM, Brandon Lewis <span dir="ltr">&lt;<a href="mailto:brandon_lewis@berkeley.edu">brandon_lewis@berkeley.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">What did you end up doing?<br>
<br>
Felipe Coutinho wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I fixed it.<div class="im"><br>
<br>
On Mon, Apr 6, 2009 at 7:44 PM, Felipe Coutinho &lt;<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a> &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a>&gt;&gt; wrote:<br>

<br>
    Brandon, I&#39;m getting this error now:<br>
<br>
<br>
    Traceback (most recent call last):<br>
      File &quot;gst-editor.py&quot;, line 270, in &lt;module&gt;<br>
        w = GSTEditor(m)<br>
      File &quot;gst-editor.py&quot;, line 155, in __init__<br>
        self.__createUi(m)<br>
      File &quot;gst-editor.py&quot;, line 178, in __createUi<br>
        BinView(self.pipeline, m)<br>
      File &quot;/tmp/gst-editor/bin.py&quot;, line 60, in __init__<br>
        self.__setupActions(m)<br>
      File &quot;/tmp/gst-editor/bin.py&quot;, line 71, in __setupActions<br>
<br>
        m.insert_action_group(actiongroup)<br>
    TypeError: GtkUIManager.insert_action_group() takes exactly 2<br>
    arguments (1 given)<br>
<br>
<br>
    On Wed, Apr 1, 2009 at 2:17 PM, Brandon Lewis<br></div><div><div></div><div class="h5">
    &lt;<a href="mailto:brandon_lewis@berkeley.edu" target="_blank">brandon_lewis@berkeley.edu</a> &lt;mailto:<a href="mailto:brandon_lewis@berkeley.edu" target="_blank">brandon_lewis@berkeley.edu</a>&gt;&gt; wrote:<br>
<br>
        Felipe Coutinho wrote:<br>
         &gt; I&#39;m getting this error when I run your application:<br>
         &gt; Traceback (most recent call last):<br>
         &gt;   File &quot;gst-editor.py&quot;, line 270, in &lt;module&gt;<br>
         &gt;     w = GSTEditor(m)<br>
         &gt;   File &quot;gst-editor.py&quot;, line 155, in __init__<br>
         &gt;     self.__createUi(m)<br>
         &gt;   File &quot;gst-editor.py&quot;, line 158, in __createUi<br>
         &gt;     self.__setupActions(m)<br>
         &gt;   File &quot;gst-editor.py&quot;, line 220, in __setupActions<br>
         &gt;     m.insert_action_group(actiongroup)<br>
         &gt; TypeError: GtkUIManager.insert_action_group() takes exactly 2<br>
        arguments<br>
         &gt; (1 given)<br>
         &gt; Do you know what is it?<br>
<br>
        That&#39;s wierd, this works fine for me. I&#39;m pushing a small<br>
        change, let me know if<br>
        it works for you.<br>
         &gt;<br>
         &gt; On Tue, Mar 31, 2009 at 4:19 PM, Brandon Lewis<br>
         &gt; &lt;<a href="mailto:brandon_lewis@berkeley.edu" target="_blank">brandon_lewis@berkeley.edu</a><br>
        &lt;mailto:<a href="mailto:brandon_lewis@berkeley.edu" target="_blank">brandon_lewis@berkeley.edu</a>&gt;<br>
        &lt;mailto:<a href="mailto:brandon_lewis@berkeley.edu" target="_blank">brandon_lewis@berkeley.edu</a><br>
        &lt;mailto:<a href="mailto:brandon_lewis@berkeley.edu" target="_blank">brandon_lewis@berkeley.edu</a>&gt;&gt;&gt; wrote:<br>
         &gt;<br>
         &gt;     If you&#39;re interested in working on GSTEditor, have a look<br>
        at this:<br>
         &gt;<br>
         &gt;     <a href="http://github.com/emdash/gst-editor/tree/master" target="_blank">http://github.com/emdash/gst-editor/tree/master</a><br>
         &gt;<br>
         &gt;     I&#39;d call it a rough-draft. What&#39;s there:<br>
         &gt;<br>
         &gt;     * basic UI layout<br>
         &gt;     * support for linking of actual pads<br>
         &gt;     * support for requesting pads<br>
         &gt;     * state change controls<br>
         &gt;     * drag and drop UI<br>
         &gt;<br>
         &gt;     What Isn&#39;t:<br>
         &gt;<br>
         &gt;     * file load and save support<br>
         &gt;     * support for linking template pads<br>
         &gt;     * stability<br>
         &gt;     * any semblance of HIG Compliance<br>
         &gt;     * editor for gst properties (code checked in, but not<br>
        used or tested)<br>
         &gt;<br>
         &gt;     At one point, this project had a home page, but it was<br>
        torn down<br>
         &gt;     without notice.<br>
         &gt;      I didn&#39;t know about the pygsteditor project that was<br>
        linked on<br>
         &gt;     google, either.<br>
         &gt;<br>
         &gt;     Felipe Coutinho wrote:<br>
         &gt;      &gt; The gsteditor only support goocanvas until 0.4 I<br>
        think. I tried<br>
         &gt;     to run<br>
         &gt;      &gt; gsteditor with goocanvas 0.10 but some classes were<br>
        excluded, so I<br>
         &gt;      &gt; couldn&#39;t. The CanvasView were excluded. Look at 3:<br>
         &gt;      &gt;<br>
         &gt;            <a href="http://gsteditor.wordpress.com/2006/09/05/announcing-gsteditor-002/#comments" target="_blank">http://gsteditor.wordpress.com/2006/09/05/announcing-gsteditor-002/#comments</a><br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;      &gt; On Tue, Mar 10, 2009 at 8:26 PM, Donny Viszneki<br>
         &gt;      &gt; &lt;<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a><br>
        &lt;mailto:<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a> &lt;mailto:<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a>&gt;&gt;<br>
         &gt;     &lt;mailto:<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a><br>
        &lt;mailto:<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a><br>
        &lt;mailto:<a href="mailto:donny.viszneki@gmail.com" target="_blank">donny.viszneki@gmail.com</a>&gt;&gt;&gt;&gt;<br>
         &gt;     wrote:<br>
         &gt;      &gt;<br>
         &gt;      &gt;     On Tue, Mar 10, 2009 at 6:59 PM, Felipe Coutinho<br>
         &gt;      &gt;     &lt;<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a><br>
        &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a><br>
        &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a>&gt;&gt;<br>
         &gt;     &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a><br>
        &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a>&gt;<br>
         &gt;     &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a><br>
        &lt;mailto:<a href="mailto:felipelcoutinho@gmail.com" target="_blank">felipelcoutinho@gmail.com</a>&gt;&gt;&gt;&gt; wrote:<br>
         &gt;      &gt;      &gt; - Update the goocanvas dependency (CRITICAL)<br>
         &gt;      &gt;<br>
         &gt;      &gt;     What is wrong with the goocanvas dependency?<br>
         &gt;      &gt;<br>
         &gt;      &gt;     --<br>
         &gt;      &gt;     <a href="http://codebad.com/" target="_blank">http://codebad.com/</a><br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;            ------------------------------------------------------------------------------<br>
         &gt;      &gt;     Apps built with the Adobe(R) Flex(R) framework and<br>
        Flex<br>
         &gt;     Builder(TM) are<br>
         &gt;      &gt;     powering Web 2.0 with engaging, cross-platform<br>
        capabilities.<br>
         &gt;     Quickly and<br>
         &gt;      &gt;     easily build your RIAs with Flex Builder, the<br>
        Eclipse(TM)based<br>
         &gt;      &gt;     development<br>
         &gt;      &gt;     software that enables intelligent coding and<br>
        step-through<br>
         &gt;     debugging.<br>
         &gt;      &gt;     Download the free 60 day trial.<br>
        <a href="http://p.sf.net/sfu/www-adobe-com" target="_blank">http://p.sf.net/sfu/www-adobe-com</a><br>
         &gt;      &gt;     _______________________________________________<br>
         &gt;      &gt;     gstreamer-devel mailing list<br>
         &gt;      &gt;     <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
         &gt;     &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;&gt;<br>
         &gt;      &gt;     &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
         &gt;     &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;&gt;&gt;<br>
         &gt;      &gt;            <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;      &gt; --<br>
         &gt;      &gt; Felipe Leal Coutinho<br>
         &gt;      &gt; <a href="http://felipelcoutinho.googlepages.com/" target="_blank">http://felipelcoutinho.googlepages.com/</a><br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;            ------------------------------------------------------------------------<br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;            ------------------------------------------------------------------------------<br>
         &gt;      &gt; Apps built with the Adobe(R) Flex(R) framework and Flex<br>
         &gt;     Builder(TM) are<br>
         &gt;      &gt; powering Web 2.0 with engaging, cross-platform<br>
        capabilities.<br>
         &gt;     Quickly and<br>
         &gt;      &gt; easily build your RIAs with Flex Builder, the<br>
        Eclipse(TM)based<br>
         &gt;     development<br>
         &gt;      &gt; software that enables intelligent coding and<br>
        step-through debugging.<br>
         &gt;      &gt; Download the free 60 day trial.<br>
        <a href="http://p.sf.net/sfu/www-adobe-com" target="_blank">http://p.sf.net/sfu/www-adobe-com</a><br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;      &gt;<br>
         &gt;            ------------------------------------------------------------------------<br>
         &gt;      &gt;<br>
         &gt;      &gt; _______________________________________________<br>
         &gt;      &gt; gstreamer-devel mailing list<br>
         &gt;      &gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
         &gt;     &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;&gt;<br>
         &gt;      &gt;<br>
        <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
         &gt;<br>
         &gt;<br></div></div>
         &gt;            ------------------------------------------------------------------------------<div class="im"><br>
         &gt;     _______________________________________________<br>
         &gt;     gstreamer-devel mailing list<br>
         &gt;     <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
         &gt;     &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;&gt;<br>
         &gt;     <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
         &gt;<br>
         &gt;<br>
         &gt;<br>
         &gt;<br>
         &gt; --<br>
         &gt; Felipe Leal Coutinho<br>
         &gt; <a href="http://felipelcoutinho.googlepages.com/" target="_blank">http://felipelcoutinho.googlepages.com/</a><br>
<br>
<br>
<br>
        ------------------------------------------------------------------------------<br></div><div class="im">
        _______________________________________________<br>
        gstreamer-devel mailing list<br>
        <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
        &lt;mailto:<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
        <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
<br>
<br>
    --     Felipe Leal Coutinho<br>
    <a href="http://felipelcoutinho.googlepages.com/" target="_blank">http://felipelcoutinho.googlepages.com/</a><br>
<br>
<br>
<br>
<br>
-- <br></div><div class="im">
Felipe Leal Coutinho<br>
<a href="http://felipelcoutinho.googlepages.com/" target="_blank">http://felipelcoutinho.googlepages.com/</a><br>
</div></blockquote>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Felipe Leal Coutinho<br><a href="http://felipelcoutinho.googlepages.com/">http://felipelcoutinho.googlepages.com/</a><br>