X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 27 Jun 2021 14:27:17 +0200 (CEST) From: Roland Lutz To: "Claudio Fabri (clafi AT gmx DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] PCB can no longer imports schematic In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 On Sun, 27 Jun 2021, Claudio Fabri (clafi AT gmx DOT com) [via geda-user AT delorie DOT com] wrote: > Well, I only know I have the latest version available from Manjaro > (Arch) repositories. Ok, then apparently Manjaro has broken dependencies. gEDA/gaf 1.10.0 depends on the Python 2 GTK library which appears to be missing on your system. You should be able to mitigate this by replacing line 510 > enable_report_gui() with > pass (make sure not to change the indentation). Roland