From: <eh...@uc...> - 2003-12-11 00:47:45
|
apologies for a hasty question, but i figured it out. i added environment variables for both PYTHON_VERSION and PYTHON. ----- Original Message ----- From: eh...@uc... Date: Wednesday, December 10, 2003 4:24 pm Subject: [Visualpython-users] configure problems > Thanks if you can help me figure this out. > I've got both python2.2 and python2.3 (RH9), but want to configure > visual with 2.3. Numeric is installed and works with 2.3. I've > tried using $PYTHON=, $PYTHON_VERSION=, and --prefix= but always > get the following errors(see additional note *** below): > > checking whether to enable maintainer-specific portions of > Makefiles... no > checking for a Python interpreter with version >= 2.2... python > checking for python... /usr/bin/python > > ***(2.3 is here: /usr/bin/python2.3, but configure always looks for > this pyhon which is 2.2)*** > > checking for python version... /usr/lib/python2.3/os.py:282: > Warning: 'yield' will become a reserved keyword in > the future > 'import site' failed; use -v for traceback > 2.2 > checking for python platform... /usr/lib/python2.3/os.py:282: > Warning: 'yield' will become a reserved keyword in the future > 'import site' failed; use -v for traceback > linux2 > checking for script directory... ${prefix}/lib/python2.2/site- > packageschecking for extension module directory... > ${exec_prefix}/lib/python2.2/site-packages > checking for array in python module Numeric... no > configure: error: Numeric Python is required. See > numpy.sourceforge.net or your local OS distribution. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |