Re: [Distutils] Problem with library search in distutils

2010-01-17 Thread David Cournapeau
On Wed, Jan 13, 2010 at 4:46 AM, Wirawan Purwanto wrote: > Hi, > > I would like to report an issue with python's distutils. I ran into > trouble with my numpy installation, which seems to be caused by > distutils. What I am to do is to link my numpy shared objects against > Intel MKL (version 10.1

Re: [Distutils] Platform naming standardization

2010-01-17 Thread David Lyon
On Thu, 14 Jan 2010 10:36:46 +0100, "M.-A. Lemburg" wrote: >>> Instead, the version string should include the details of >>> all included builds, ie. 'x86', 'x64', 'ppc', 'ppc64'. >> Hashing out the details on what combinations of architectures are valid >> during installation will be fu

Re: [Distutils] error in using easy_install command

2010-01-17 Thread Tarek Ziadé
On Tue, Jan 12, 2010 at 12:32 PM, Irene Formaioni wrote: > Hi, > i've installed setuptools and i try to use easy_install but it doesn't work. > ( i use Windows XP) > From the IDLE (GUI)  i obtain this error: > > IDLE 2.6.3     >>> easy_install -f > http://pypi.python.org/pypi/functest/0.8.8 functe

[Distutils] Problem with library search in distutils

2010-01-17 Thread Wirawan Purwanto
Hi, I would like to report an issue with python's distutils. I ran into trouble with my numpy installation, which seems to be caused by distutils. What I am to do is to link my numpy shared objects against Intel MKL (version 10.1) I have the following in my site.cfg: [mkl] library_dirs = /share/

[Distutils] error in using easy_install command

2010-01-17 Thread Irene Formaioni
Hi, i've installed setuptools and i try to use easy_install but it doesn't work. ( i use Windows XP) From the IDLE (GUI) i obtain this error: IDLE 2.6.3 >>> easy_install -f http://pypi.python.org/pypi/functest/0.8.8 functest SyntaxError: invalid syntax >>> You can tell me why, where i m

Re: [Distutils] buildout config question

2010-01-17 Thread Olaf Conradi
Hi, 2010/1/13 Jim Fulton : > On Wed, Jan 13, 2010 at 3:18 AM, Chris Withers wrote: > > Thanks for responding. > >> Olaf Conradi wrote: >>> >>> [bank2ledger] >>> recipe = zc.recipe.egg:scripts >>> eggs = >>>    bank2ledger >>>    pyxdg >>> >>> [pylint] >>> recipe = zc.recipe.egg >>> eggs = >>>