abcd efgh wrote: > Hi, > > I am facing some problem in installing the OpenOpt optimization toolbox.
The place to ask would be the scipy-users mailing list. http://www.scipy.org/Mailing_Lists > What I have done is I downloaded the OpenOpt package and added the > folder containing scikits to the PythonPath by: > > sys.path.append('C:\Documents and Settings\User\Desktop\openopt') That's not how you install this package. You need to run the following command: python setup.py install You will need to install the packages numpy and setuptools, first: http://pypi.python.org/pypi/numpy http://pypi.python.org/pypi/setuptools -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco -- http://mail.python.org/mailman/listinfo/python-list