On Wed, Jul 9, 2014 at 8:48 PM, Fabrizio Salvatore < [email protected]> wrote:
> on both macs and I have checked that I have > > /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/libPyROOT.so > -> /opt/local/libexec/root5/lib/root/libPyROOT.so > /opt/local/libexec/root5/lib/root/libPyROOT.so -> libPyROOT.5.34.so > > so I really don't understand why pyROOT works on one and not on the > other.... > Having PyROOT.so is not sufficient in and of itself. You also need the appropriate Python glue (Python code that tells it that the module ROOT needs to load libPyROOT.so); Python has no idea that the two are related otherwise. You might want to compare the output of `port contents root5` on the working and non-working systems. -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
