On Mon, 2012-07-23 at 04:53 -0700, Maho wrote: > > > W dniu czwartek, 19 lipca 2012 06:40:19 UTC+2 użytkownik C Anthony > Risinger napisał: > On Thu, Jul 12, 2012 at 4:19 AM, Łukasz Mach > <lukasz.m...@pagema.net> wrote: > > W dniu 12.07.2012 11:17, C Anthony Risinger pisze: > > > > Would it be very bad idea to add site-packages to -I ? (by > hand or by > > default)? > > that can cause some rather unexpected things to happen, like > importing > the wrong core stdlib modules. im pretty sure the > --search-path stuff > is farther down the chain, so it *might* work ok ... it's not > as > detrimental as installing pyjs libs to site-packages, > > Heh, I'm curious why... why pyjs is done in different way than many > other packages. I mean it doesn't use setuptools/distutils, but has > it's own "third" way of being installed in system.
Maybe because it's not python? (You also don't install jython with setuptools/distutils) --