I have python 2.7.3 installed on my system an I am trying to install Kobo module. The path where the module is located is:
C:\Users\nelson.menezes\Desktop\new softwares\kobo-0.3.6
.I opened the command promt and set the above mentioned path. Then as specified I run the following command to install Kobo.
python setup.py install
But it gives me the following error
File "c:\python27\lib\distutils\util.py", line 204, in convert_path
raise ValueError, "path '%s' cannot be absolute" % pathname
ValueError: path '/usr/bin' cannot be absolute
I know that it an error generated due to Path problems. But I cannot figure out how to resolve it. It would be great if anyone could help in any possible way. My rights to ask questions have been removed. So I am editing the question in order to resolve my problem. Sorry for the inconvenience but i really need to get this error resolved.