Ricardo Javier Cardenes wrote: > I think this: > > /usr/local/lib/python<X>.<Y>/site-packages > /usr/local/lib/site-python > /usr/lib/python<X>.<Y>/site-packages > > should be the order.
I see not problem with that. It shouldn't make any difference except in the case you describe. > And what happened to /usr/lib/site-python? Its been deprecated by the upstream distribution of Python. What would it be used for? Packaged modules must install themselves into /usr/lib/pythonX.Y/site-packages. Neil