That sounds like a problem with the local Python installation. What OS are you on and how did you install Python?
E.g. this page describes a problem related to the PATH env var not being set correctly: https://stackoverflow.com/questions/57792814/modulenotfounderror-no-module-named-socket-after-installing-python3-to-a-loc Regards, Almar On Tue, Mar 7, 2023, at 18:22, Marie Thiry wrote: > I can't run any script because of the following message: > > ModuleNotFoundError: No module named '_socket' > > > > Thank you for your help > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Pyzo" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/pyzo/84f52b05-4433-4980-b238-88159b27f909n%40googlegroups.com > > <https://groups.google.com/d/msgid/pyzo/84f52b05-4433-4980-b238-88159b27f909n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Pyzo" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/pyzo/64c4df3c-81cb-4fb0-b17a-ef0cd48e0617%40app.fastmail.com.
