Open-Source-Battle-Bot icon indicating copy to clipboard operation
Open-Source-Battle-Bot copied to clipboard

Not an issue but a name bug in Windows 10 for Python module fix (a guide)

Open NilBarua opened this issue 5 years ago • 0 comments

There is a name error with Python in Windows 10, when you haven't used a Python program like the bot in a long time it might say missing module "Crypto" or whatever or cannot find module "Crypto".

What I have discovered is that these are mostly name issues, yes you have to go to the folder of the site packages and edit the name from "crypto" to "Crypto" with a capital C for example. Have seen these errors come while installing packages on Python alot in Windows 10, so be aware.

NilBarua avatar Feb 25 '20 22:02 NilBarua