[Tutor] I cannot import phonenumbers module?

Dennis Lee Bieber wlfraed at ix.netcom.com
Mon Aug 8 20:56:02 EDT 2022


On Mon, 8 Aug 2022 19:06:55 +0000, Massoud Sabet
<outlook_A2EB12E7FB026B99 at outlook.com> declaimed the following:

>I cannot import phonenumbers module from Mu editor (interactive shell), however I can import the module in IDLE. I am using Mu 1.1.1, Python 3.10.6, on Windows 10.
>
>Please help me ?

	Showing us a cut&paste (of the TEXT, not an image grab) showing what
you entered and what error traceback you receive.

	The most likely cause (that I can think of) is that Mu has a different
PythonPath than IDLE, and that path does not include the location of the
module you are trying to load.

	Second possibility might be that you are running in venv and IT does
not have access to the module.


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/



More information about the Tutor mailing list