From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=3.4.4 Received: from cgl.ntg.nl (Cgl.ntg.nl [5.39.185.202]) by inbox.vuxu.org (Postfix) with ESMTP id DF9512133B for ; Sun, 13 Oct 2024 00:42:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 87D9148435E for ; Sun, 13 Oct 2024 00:42:58 +0200 (CEST) Authentication-Results: cgl.ntg.nl (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=ntg.nl DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ntg.nl; h= content-transfer-encoding:content-type:content-type :list-unsubscribe:list-subscribe:list-post:list-owner:list-help :list-archive:archived-at:list-id:subject:subject:reply-to :precedence:user-agent:references:in-reply-to:message-id:date :date:from:from:mime-version:received:received:received:received :received; s=cgl; t=1728772974; x=1731364975; bh=inqNYTp2BuMEz31 Vt23q71Xea7dNI6+eP8PRPBSVjWI=; b=d4ZNUXgbAAEnZcpLv+x5MbxXKd5sCl4 VTyxlUddtAEcSVwkkwAYzbUAXGjDpwx9Han8DEUqREjZT1wrQChc9CZ1ObuMp6i9 W5yeYBb+HJPfEy+zQehPZWDj2pgwzzLDeRJX8Nw0uzeZteCkv622TZWdrYrFwUCF xA2h9I5fLPb8= X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v-2JLULXujbo for ; Sun, 13 Oct 2024 00:42:54 +0200 (CEST) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id F01254858F1 for ; Sun, 13 Oct 2024 00:32:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id 25965485652 for ; Sun, 13 Oct 2024 00:32:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at cgl.ntg.nl Received: from cgl.ntg.nl ([127.0.0.1]) by localhost (cgl.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rfQRtGaM-M0H for ; Sun, 13 Oct 2024 00:32:04 +0200 (CEST) Received: from cgl.ntg.nl (localhost [127.0.0.1]) by cgl.ntg.nl (Postfix) with ESMTP id D8A68485650 for ; Sun, 13 Oct 2024 00:32:04 +0200 (CEST) MIME-Version: 1.0 From: angel.of.north@gmail.com To: ntg-context@ntg.nl Date: Sat, 12 Oct 2024 22:32:04 -0000 Message-ID: <172877232488.1601628.9517458488028249480@cgl.ntg.nl> In-Reply-To: <28f92289-a332-41d0-b307-6ee7e847b1a7@fiee.net> References: <28f92289-a332-41d0-b307-6ee7e847b1a7@fiee.net> User-Agent: HyperKitty on http://mailman.ntg.nl/ Message-ID-Hash: ZXYENREU5XOLH5VM2X27WNSMRDH7VXV5 X-Message-ID-Hash: ZXYENREU5XOLH5VM2X27WNSMRDH7VXV5 X-MailFrom: angel.of.north@gmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.9 Precedence: list Reply-To: mailing list for ConTeXt users Subject: [NTG-context] Re: creating a printed book List-Id: mailing list for ConTeXt users Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I think that there is a bug in your docx2ctx.py. It works for files which do not have embedded pngs in them. But for files which do: Traceback (most recent call last): File "/home/dmr104/Downloads/context-tools/docx2ctx/docx2ctx.py", line 872, in process_doc(Path(doc), copy.copy(args)) File "/home/dmr104/Downloads/context-tools/docx2ctx/docx2ctx.py", line 673, in process_doc result = obj.process() ^^^^^^^^^^^^^ File "/home/dmr104/Downloads/context-tools/docx2ctx/docx2ctx.py", line 515, in process dst_fname = self.options['imagedir'] / pname.name ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ TypeError: unsupported operand type(s) for /: 'str' and 'str' 2024-10-12 23:21:10,979 DEBUG a_graphic ['xmlns:a'] 2024-10-12 23:21:10,979 DEBUG pic_cNvPr ['id', 'name'] 2024-10-12 23:21:10,980 DEBUG a_blip ['r:embed'] 2024-10-12 23:21:10,980 DEBUG image reference found: rId7 = image2.png 2024-10-12 23:21:10,980 DEBUG p ['w14:paraId', 'w14:textId', 'w:rsidR', 'w:rsidRDefault', 'w:rsidP'] 2024-10-12 23:21:10,980 DEBUG pStyle ['w:val'] 2024-10-12 23:21:10,980 DEBUG p ['w14:paraId', 'w14:textId', 'w:rsidR', 'w:rsidRDefault', 'w:rsidP'] 2024-10-12 23:21:10,980 DEBUG pStyle ['w:val'] 2024-10-12 23:21:10,980 DEBUG p ['w14:paraId', 'w14:textId', 'w:rsidR', 'w:rsidRDefault', 'w:rsidP'] 2024-10-12 23:21:10,981 DEBUG pStyle ['w:val'] 2024-10-12 23:21:10,981 DEBUG p ['w14:paraId', 'w14:textId', 'w:rsidR', 'w:rsidRDefault', 'w:rsidP'] 2024-10-12 23:21:10,981 DEBUG pStyle ['w:val'] 2024-10-12 23:21:10,981 DEBUG p ['w14:paraId', 'w14:textId', 'w:rsidR', 'w:rsidRDefault', 'w:rsidP'] 2024-10-12 23:21:10,981 DEBUG pStyle ['w:val'] 2024-10-12 23:21:10,981 DEBUG Not an image file: [Content_Types].xml 2024-10-12 23:21:10,982 DEBUG Not an image file: _rels/.rels 2024-10-12 23:21:10,982 DEBUG Not an image file: word/document.xml 2024-10-12 23:21:10,982 DEBUG Not an image file: word/_rels/document.xml.rels 2024-10-12 23:21:10,982 DEBUG Not an image file: word/footnotes.xml 2024-10-12 23:21:10,982 DEBUG Not an image file: word/endnotes.xml ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________