Hi Alex, how does the install fail? I've seen the release installer for libavg 1.7 work on Lion, but it does install libavg under Python 2.6. Python 2.6 is installed on Lion as well, so your problem might just be that you're starting the wrong python version.
Cheers, Uli On Nov 15, 2011, at 5:43 PM, Alexander Lobunets wrote: > Forgot to mention: > > Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) > [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin > > on my machine. > > Thanks. > > On Tue, Nov 15, 2011 at 9:41 AM, Alexander Lobunets > <[email protected]> wrote: >> Hello! >> >> I'm currently fighting with installation of libavg on a OSX Lion. The >> latest version of the installer fails and the source's MakeMacDist.sh >> contains the following: >> >> if [[ "${DARWINMAJORVER}" == "10" ]] >> then >> PYTHONVERSION=2.6 >> OSXVERSION=10.6 >> BUILDDIR=/usr/local/lib/python2.6/ >> else >> PYTHONVERSION=2.5 >> OSXVERSION=10.5 >> BUILDDIR=/Library/Python/2.5 >> sudo rm -rf ${BUILDDIR}/site-packages/libavg >> sudo make install >> >> which suggests it's impossible? :) >> >> Any hints are appreciated. >> >> Thanks! >> >> -- >> Kind regards, >> Alex >> > > > > -- > All the best, > Alexander. > > _______________________________________________ > libavg-users mailing list > [email protected] > https://mail.datenhain.de/mailman/listinfo/libavg-users > -- Any technology distinguishable from magic is insufficiently advanced. Ulrich von Zadow | +49-172-7872715 Jabber: [email protected] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
