[issue5243] Missing dependency in distutils build

2009-10-28 Thread Patrick Gerken
Patrick Gerken patrick.ger...@computer.org added the comment: Hi Tarek, I think clib stuff is installed in the right python directory and the ext install step then just finds them. To reproduce the issue, run the old easy_install in a virtualenv. easy_install ReportLab It will then fail

[issue5243] Missing dependency in distutils build

2009-02-23 Thread Patrick Gerken
Patrick Gerken patrick.ger...@computer.org added the comment: Thank you, tarek The sys.path should have been obvious. Added file: http://bugs.python.org/file13159/test_install_lib.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5243

[issue5243] Missing dependency in distutils build

2009-02-15 Thread Patrick Gerken
Patrick Gerken patrick.ger...@computer.org added the comment: The attached test works breaks without the patch and passes with the patch. I am not sure whether the test itself is written following best practice. I would be more than happy for a review, with hints what should be done better

[issue5243] Missing dependency in distutils build

2009-02-13 Thread Patrick Gerken
New submission from Patrick Gerken patrick.ger...@computer.org: When running the command install_lib, the command build_clib is not run. If a package contains clibs they can be dependencies for extension libs, at least that is stated in the module docstring of build_clib. In real life you can