[issue9023] distutils relative path errors

Greg Hazel report at bugs.python.org
Sat Aug 21 19:42:47 CEST 2010


Greg Hazel <ghazel at users.sourceforge.net> added the comment:

> Éric Araujo <merwok at netwok.org> added the comment:
>> I've changed my code to use os.path.abspath() while I wait for a
>> fix.
> Does this means that your code works with paths that go to the parent directory? I don’t know if it’s right to allow that (I mean this literally: I’m not the main maintainer and I don’t have much packaging experience).

Yes, my code works with the os.path.abspath() change, since it creates the entire absolute path directory structure inside the build directory. This is

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9023>
_______________________________________


More information about the Python-bugs-list mailing list