From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: david larsson Newsgroups: gmane.lisp.guile.user Subject: python-on-guile Date: Sun, 09 Feb 2020 18:30:50 +0100 Message-ID: <018d235b0c26bb87be28ddb1a2b26d42@selfhosted.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="43183"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Feb 09 18:31:32 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j0qQd-000B9f-W0 for guile-user@m.gmane-mx.org; Sun, 09 Feb 2020 18:31:32 +0100 Original-Received: from localhost ([::1]:53168 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0qQc-0007Vx-LL for guile-user@m.gmane-mx.org; Sun, 09 Feb 2020 12:31:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36642) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0qQN-0007Vq-9c for guile-user@gnu.org; Sun, 09 Feb 2020 12:31:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0qQM-0006Kh-At for guile-user@gnu.org; Sun, 09 Feb 2020 12:31:15 -0500 Original-Received: from server0.selfhosted.xyz ([217.64.149.7]:57234) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j0qQL-0006A1-Co for guile-user@gnu.org; Sun, 09 Feb 2020 12:31:14 -0500 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=selfhosted.xyz; s=dkim; t=1581269462; bh=Uw/kHOZkxX8LQM8/hHkIWUlhl24+g3gl4iSPDztSvJc=; h=Date:From:To:Subject; b=v8VZYQrJR29w70RtsSuEkMstHbFeIEYHDT8AabvH0wzLnwG7iBKfjQdbwQdV0fOew KqYicON3PZ8SZTsw8ZYHrQRMv5aWSa3D1nwGNJAtSUGzelC1mhvJjdKaBArzb5dY1s aZX2smAZ/lhJ70PFsrazBjKVX9xH5DO/6Qc1DnryHyZe5tdrCYOhq8AYtIvAXKXaGp 0MmDOChdRPcJFwUcBosyfeamq3BP0xipPST/w7S3KsuVgyjH2pm2MHVSzdZn4lI4LI Bga1XP1TFflQ8+xRJgKUSPKNS1/qCekuP13v4ZZLuRM7KyjRcI6oW1hMRZVOrKQuH7 kfe/BlrDc5amA== X-Fuglu-Suspect: 128ad2f826a04e0a91b99fa7ff5955f1 X-Fuglu-Spamstatus: NO Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) X-Sender: david.larsson@selfhosted.xyz X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.64.149.7 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16145 Archived-At: Hi everyone, I am trying to wrap my head around how to use the python-on-guile library, but Im struggling. Does anyone have example code that might help, and which isn't too advanced? All tips and suggestions appreciated! Best regards, David