1

we neither used this module called 'winreg' nor we touched anything.

Used this command pip install winregistry to install and resolve on pythonanywhere virtualenvironement

but we keep getting the following error.

Here's the error we are getting (attached) enter image description here

When we try to reinstall the module after getting this error - it shows requirement satisfied! enter image description here

We also Referred to https://help.pythonanywhere.com/pages/DebuggingImportError but did not help

desiboy_at
  • 11
  • 1

1 Answers1

0

install this package

pip install winregistry

--------- OR -----------

pip install fake-winreg

if not get a solution then open link

Is the name of winreg module name is different in pip install?

  • Only fake one is going to work on PythonAnywhere as it is Linux-based. You need to follow https://help.pythonanywhere.com/pages/InstallingNewModules to install it correctly/ – Filip Nov 08 '22 at 09:37
  • Yes, you can install the library correctly using the commands provided in the PythonAnywhere instructions link that you mentioned. – Mahammadhusain kadiwala Nov 08 '22 at 09:42