Re: Installation fails
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Installation-fails-tp2295p2315.html
Hi,
The 0.28 version fixes the installation on Windows (at least it worked for me in a VM), and solved the "ValueError: path '...' cannot be absolute" error.
However, it appears that it does not fixes the problem of "indirect" installation, as a dependence. As you mentioned, the problem is possibly caused by the use of __name__ in setup.py.
I will try to replace it by __file__ ; do you think it could solve the problem?
Jiba