X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 23 Oct 2020 17:53:33 +0200 (CEST) From: Roland Lutz To: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] submitted a new patch In-Reply-To: Message-ID: References: <14f9e862-8ee0-4432-23b6-06e94215baa4 AT epilitimus DOT com> <32bfe083-3604-b747-030a-48a13e2b1074 AT epilitimus DOT com> <7c133ba2-5b09-91f3-808f-9f444c625278 AT epilitimus DOT com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-620986462-1603468413=:11439" 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 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-620986462-1603468413=:11439 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 15 Oct 2020, Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com] wrote: > Roland Lutz wrote: >> On Wed, 14 Oct 2020, Glenn (glimrick AT epilitimus DOT com) [via >> geda-user AT delorie DOT com] wrote: >>> Also, I was having trouble with the -L switch in gnetlist when used >>> with the -p switch. That is for version 1.10.0 so it may have been >>> fixed since. I can send you more detail if you want. >> >> Yes, please.  I can only fix issues I know about. > > See attached error.txt I included the test schematic and associated > files just in case though I don't think it matters. Note that the local > copy of the spice-sdb is being found by something because a .pyc file is > being generated as part of the run that produces the error. The problem here was that the Python "spice-sdb" backend uses the utility packages util_getopt (for parsing backend parameters) and util_repackage (for custom grouping of components into packages), but the default netlist path wasn't added to the Python load path if the backend was loaded from a non-standard location. I fixed this in the `stable-1.10' branch (from which the patch will eventually be merged into `master'). Roland --8323329-620986462-1603468413=:11439--