hi,
A recent change in r1369 (imppy.sh no longer propagates external LD_LIBRARY_FLAGS and PYTHONPATH) breaks Frido and my assembler code since our pythonpath contains more than just IMP. Can someone please take a look?
thanks, Keren.
Keren Lasker wrote: > hi, > > A recent change in r1369 (imppy.sh no longer propagates external > LD_LIBRARY_FLAGS and PYTHONPATH) > breaks Frido and my assembler code since our pythonpath contains more > than just IMP. > Can someone please take a look? You can add to the pythonpath with scons pythonpath="something"
but assembler is outside of imp. On Feb 3, 2009, at 11:56 AM, Daniel Russel wrote:
> Keren Lasker wrote: >> hi, >> >> A recent change in r1369 (imppy.sh no longer propagates external >> LD_LIBRARY_FLAGS and PYTHONPATH) >> breaks Frido and my assembler code since our pythonpath contains >> more than just IMP. >> Can someone please take a look? > You can add to the pythonpath with scons pythonpath="something" > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
Keren Lasker wrote: > but assembler is outside of imp. If you want to run assembly through IMP (i.e. use imppy.sh) you can add assembler to your IMP search paths with libs= and pythonpath=.
A more conventional way to do it would be to install IMP somewhere and then have assembler use IMP as an ordinary library. Installation should work fine with scons now.
Or you could just add imp/build/lib to your global PYTHONPATH and LD_LIBRARY_PATH and forget about imppy.sh.
> On Feb 3, 2009, at 11:56 AM, Daniel Russel wrote: > >> Keren Lasker wrote: >>> hi, >>> >>> A recent change in r1369 (imppy.sh no longer propagates external >>> LD_LIBRARY_FLAGS and PYTHONPATH) >>> breaks Frido and my assembler code since our pythonpath contains >>> more than just IMP. >>> Can someone please take a look? >> You can add to the pythonpath with scons pythonpath="something" >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
participants (2)
-
Daniel Russel
-
Keren Lasker