0

I'm installing the mwlib python library on windows, I used setup.py install, and have set the environment variable for python, some similar answer about __init__.py like this doesn't solve my problem, how should I solve this? I'm new to python.

Community
  • 1
  • 1

2 Answers2

0

It seems that you haven't installed setuptools yet, install this library first.

betteroutthanin
  • 7,148
  • 8
  • 29
  • 48
0

Maybe you have not installed setuptools.

Taken from here:

The recommended way to bootstrap setuptools on any system is to download ez_setup.py and run it using the target Python environment. Different operating systems have different recommended techniques to accomplish this basic routine, so below are some examples to get you started.