I have been trying to install pypol in cygwin. But when I do setup where I have to type python setup.py install then it displays an error as the following:
Traceback (most recent call last):
File "setup.py", line 1, in
from setuptools import find_packages, setup, Command
File "/cygdrive/c/pypol_-0.4/setuptools/init.py", line 2, in
from setuptools.extension import Extension, Library
File "/cygdrive/c/pypol_-0.4/setuptools/extension.py", line 2, in
from setuptools.dist import _get_unpatched
File "/cygdrive/c/pypol_-0.4/setuptools/dist.py", line 6, in
from setuptools.command.install import install
File "/cygdrive/c/pypol_-0.4/setuptools/command/init.py", line 8, in
from setuptools.command import install_scripts
File "/cygdrive/c/pypol_-0.4/setuptools/command/install_scripts.py", line 3, in
from pkg_resources import Distribution, PathMetadata, ensure_directory
ImportError: No module named pkg_resourceserror
Its clear that some of the modules are missing in my setuptools but I installed the setuptools again and they are still not there. How do I get out of this problem? Please help. Thank you.