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.
Asked
Active
Viewed 5,699 times
2 Answers
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.

Jaime RodrÃguez-Guerra
- 345
- 2
- 9