Closed minecrafttechwiz closed 9 years ago
How did you install mcstatus?
First of all, I have a Windows 8.
Can you verify you have the module 'six' installed?
How can I do that?
Actually, imported all the modules, which were six and dns. Now its doing its thing. Next time, maybe have the modules included?
It turns oun mcstatus's setup.py uses distutils which doesn't check for dependencies. Ideally it should use something like setuptools.
However, in general, you should take a look at pip which is relatively straight forward to install on windows. Then you can install mcstatus and dependencies like this: pip install mcstatus
When I run "from mcstatus import MinecraftServer", it says: "ImportError: No module named 'six'"