On Wednesday, February 29, 2012 5:01:38 PM UTC, Marius Gedminas wrote: > > It's looking for libpython3.2m.so in $LD_LIBRARY_PATH. > > At least that's what it would be on Linux. I never worked on Mac OS X. > It's $DYLD_LIBRARY_PATH on OS X
so something like: DYLD_LIBRARY_PATH="/path/to/dircontaininglibpython3.2m.so:$DYLD_LIBRARY_PATH" should get you a bit further. You might want to check to see if "gcc_select" is an available command. If so, that's a supported means of switching between gcc versions. (Apologies for being vague, the logic board on my PB is fried and I can't decide whether to repair it or junk it). Cheers, Graham > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/KxUkE4GfcoAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
