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, but i still wouldn't advise it. a more controlled method would be creating a localized `lib` or `local-packages`, symlinking each module to it, then adding that directory instead. -- C Anthony --