Hi Yury, Thanks for your response. I am running Continuum's Anaconda on my Macbook, and when I follow the instructions on nlopt's website for setting the library to a shared library, and then configuring my nlopt installation to link with Python, the installation seems to fail. ( http://ab-initio.mit.edu/wiki/index.php/NLopt_Installation) It fails because I can't "import nlopt" because it says such a module doesn't exist.
Here's more or less how I bash'd it: - cd /.../nlopt-2.4.2 - make clean - ./configure --enable-shared --with-cxx PYTHON= /Users/USERNAME/anaconda/bin/python - make - sudo make install Thanks in advanced, Ed On Mon, Jul 14, 2014 at 3:32 AM, Yury V. Zaytsev <[email protected]> wrote: > On Sun, 2014-07-13 at 14:25 -0400, Edward H. Chen wrote: > > > > Has anybody had problems installing nlopt on an anaconda distribution > > of python (2.7)? > > I'm regularly using NLopt with both Python 2.7 and Python 3.3 on Linux > without any problems, however, the interpreters come from ActiveState, > not Continuum. > > What's your problem with installing NLopt more exactly? What's the > platform that you are using? > > -- > Sincerely yours, > Yury V. Zaytsev > > >
_______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
