X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 4 Mar 2023 23:24:18 +0100 (CET) From: Roland Lutz To: "Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Strange errors importing gschem into PCB In-Reply-To: <8edec3dd-d6d1-c94c-3fcf-cd634b7e214e@linetec.nl> Message-ID: <92b8456a-9852-1b10-90de-fa29211ce6e3@grinsen-ohne-katze.de> References: <40bb8153-a4f9-b79c-b4db-d5ed94516e67 AT grinsen-ohne-katze DOT de> <8edec3dd-d6d1-c94c-3fcf-cd634b7e214e AT linetec DOT nl> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Richard, On Sat, 4 Mar 2023, Richard Rasker (rasker AT linetec DOT nl) [via geda-user AT delorie DOT com] wrote: > Op 04-03-2023 om 20:19 schreef Roland Lutz: >> this happens if the GTK2 bindings for Python are missing. > > Yes, I see a question asking if pygtk is installed. However, I can't > find any package by that name. Or is this part of another package? IIRC, Debian decided a while ago to drop support for pygtk and only support introspection-based bindings, which in turn only work with Python 3. >> As a workaround, you can copy the power connections to all instances of >> the dual opamp symbol (make sure to swap them for the top-left, flipped >> symbol). > > Yes, thanks, that works. This patch should fix the issue: https://github.com/rlutz/geda-gaf/commit/9b74190843364861b9fc6841d927dc2747d63488 Roland