RobertRautenbach / Open-Source-Battle-Bot

A project to make farming in Dokkan Battle available to anyone.
GNU General Public License v3.0
84 stars 67 forks source link

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

Open NilBarua opened 4 years ago

NilBarua commented 4 years ago

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.