From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: c.buhtz@posteo.jp Newsgroups: gmane.emacs.help Subject: Re: elpy on Windows: No module named 'encodings' Date: Thu, 05 Nov 2020 16:54:04 +0100 Message-ID: <5ac3a5b5b1d33f4200b02224c6019673@posteo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20136"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Posteo Webmail Cc: help-gnu-emacs@gnu.org, help-gnu-emacs To: Jean Louis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 05 16:55:10 2020 Return-path: Envelope-to: geh-help-gnu-emacs@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 1kahbQ-00056U-Mp for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 05 Nov 2020 16:55:08 +0100 Original-Received: from localhost ([::1]:54676 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kahbP-0003Nm-PC for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 05 Nov 2020 10:55:07 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35590) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kahaW-0002m3-OT for help-gnu-emacs@gnu.org; Thu, 05 Nov 2020 10:54:12 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:57977) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kahaT-0000lR-6L for help-gnu-emacs@gnu.org; Thu, 05 Nov 2020 10:54:12 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 43213160061 for ; Thu, 5 Nov 2020 16:54:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1604591646; bh=gTXqbh9NU1oomlWnAmanEk1/AxeZjMe+x1ZdUC8RyZ4=; h=Date:From:To:Cc:Subject:From; b=kvc5Ufy0lh7oGt4MCe+b7duy+zJlePW6caRuGMJPt4flwEOaxjFTvD/SRds2QTHJ6 byIVTV21XwwzEoOfN5ljcFUrtq1cBThJWCsotMa5dbOwTC2dahCsaJfIk6/yeqKLzp tpj3D9G4xYtya+DvddruM9U10UBJGGNGHHghtgj4XAEeCtxzqFh4HqaDLptZcXNvvt vZ6o8UbX/DOtF+dsL6WqTKOXVQwU5fOacEbq9UNvgBjFKF/xk9A9HX1jRAr+IkVQnl hT2e1Reyk5koTchzRWDMicUesaIx0d9MjuUITlICyWJLkj58G7BGJbWVYGVXD5Ndx5 HyG0DJc94Sccw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CRp3d2g2Zz6tmY; Thu, 5 Nov 2020 16:54:04 +0100 (CET) In-Reply-To: X-Sender: c.buhtz@posteo.jp Received-SPF: pass client-ip=185.67.36.65; envelope-from=c.buhtz@posteo.jp; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/05 08:56:21 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:125018 Archived-At: Hi Louis, thanks for your reply. Am 05.11.2020 14:40 schrieb Jean Louis: > I guess you need all those Python packages for elpy to work They are all still installed. I checked it via 'import encodings' etc in a python promt. I still reainstalled Python3.9 and verified that it is in PATH (after windows restart). It is. The elpy-config output and the import encodings error is the same.