From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.pdinc.us (mail2.pdinc.us [67.90.184.28]) by sourceware.org (Postfix) with ESMTPS id 420E53873E40 for ; Wed, 10 May 2023 14:20:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 420E53873E40 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pdinc.us Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pdinc.us Received: from blackfat (nsa1.pdinc.us [67.90.184.2]) (authenticated bits=0) by mail2.pdinc.us (8.14.4/8.14.4) with ESMTP id 34AEKsDt026800 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 10 May 2023 10:20:54 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 mail2.pdinc.us 34AEKsDt026800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pdinc.us; s=default; t=1683728454; bh=ANXNCOKvLxStKVAiYRzbs/GbGSmQQxwpgDSHx+96Oqk=; h=From:To:Cc:References:In-Reply-To:Subject:Date:From; b=nsNrym3ULRzuM215JT9/PwaBaLU3qKgBFLPhlyKOD1w6k9KMXplYheEtKncFT9IQ8 qpObJTZ0df0v3VwYry2rmc+zP3gAbkK0ae77Qis/kgT+/oCstYiHReywAbaZCl8svv jGL4OBfDvBbz3ZFnlCuGgLSq8zszGLVAqkV3ka1oXRdLlFJGTV4c23lv5tVPwEGMbj z+6GyXxQia8Mrf+y9VPtgzEqEqquDwtmM3qbOoa8cfLYMzTjFGdvxkCdC9WtCROe2/ V/oqke5LPUmlphG69mPNg5+G53IvczuYM4Lj3C66+P0H/GegbjPD39dMnEaCm5sD/7 lO/nPd/b+ZAow== From: "Jason Pyeron" To: Cc: "support" References: <02a201d982c6$477cb170$d6761450$@pdinc.us> <73af1228-ae47-d7ac-082a-4d323617b41c@dronecode.org.uk> In-Reply-To: <73af1228-ae47-d7ac-082a-4d323617b41c@dronecode.org.uk> Subject: RE: libxml2 and python not happy... solution downgrade libxml2 Date: Wed, 10 May 2023 10:20:56 -0400 Organization: PD Inc Message-ID: <000c01d9834a$a431dc90$ec9595b0$@pdinc.us> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQJhERgSS+dY0qwv21FU0kFivUCW1wHfCyAbrjV6gwA= X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I guess I will have to adopt the virt-manager package... please put it on my plate :( -- Jason Pyeron | Architect PD Inc | Certified SBA 8(a) 10 w 24th St | Certified SBA HUBZone Baltimore, MD | CAGE Code: 1WVR6 .mil: jason.j.pyeron.ctr@mail.mil .com: jpyeron@pdinc.us tel : 202-741-9397 > -----Original Message----- > From: Jon Turney > Sent: Wednesday, May 10, 2023 10:05 AM > To: Jason Pyeron ; The Cygwin Mailing List > Subject: Re: libxml2 and python not happy... solution downgrade libxml2 > > On 09/05/2023 23:33, Jason Pyeron via Cygwin wrote: > > $ virt-manager > > Traceback (most recent call last): > > File "/usr/share/virt-manager/virt-manager", line 35, in > > from virtinst import util as util > > File "/usr/share/virt-manager/virtinst/__init__.py", line 18, in > > from virtcli import CLIConfig as _CLIConfig > > File "/usr/share/virt-manager/virtcli/__init__.py", line 3, in > > from .cliconfig import CLIConfig > > File "/usr/share/virt-manager/virtcli/cliconfig.py", line 24, in > > import ConfigParser > > ModuleNotFoundError: No module named 'ConfigParser' > > > [...] > > > > #downgrade libxml2... > > > > $ cygcheck -c libxml2 python27-libxml2 > > Cygwin Package Information > > Package Version Status > > libxml2 2.9.10-2 OK > > python27-libxml2 2.9.10-2 OK > > > > jpyeron@blackfat ~ > > $ ./test.py > > > > jpyeron@blackfat ~ > > $ virt-manager > > Right. The real problem here is that virt-manager is still using > python2, which long past EOL, and is planned to be removed. > > The current plan, per [1] is for virt-manager to become uninstallable > after this, and see if anyone complains. > > If virt-manager is important to you, perhaps you could help us bring it > up to date? > > [1] https://cygwin.com/pipermail/cygwin-apps/2023-April/042778.html