Hi Alex,

[Please always try to use the PyTables ML for asking these sort of questions]

A Wednesday 15 July 2009 22:44:52 escriguéreu:
> Hi,
>
> I'm getting the following build error
>
> [plet...@impact tables-2.2b1]$ python setup.py build_ext --inplace
> * Found numpy 1.3.0 package installed.
> Traceback (most recent call last):
>    File "setup.py", line 112, in <module>
>      from numpy.distutils.misc_util import get_numpy_include_dirs
> ImportError: No module named distutils.misc_util
> [plet...@impact tables-2.2b1]$
>
> I have numpy 1.3:
>
> [plet...@impact tables-2.2b1]$ python
> Python 2.6 (r26:66714, Jun  8 2009, 16:07:29)
> [GCC 4.4.0 20090506 (Red Hat 4.4.0-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
>  >>> import numpy
>  >>> print numpy.__version__
>
> 1.3.0
>
>  >>> a = numpy.array([1,2,3,4])
>  >>> print a
>
> [1 2 3 4]

Mmh, that's curious because I cannot reproduce the problem using NumPy 1.2, 
1.3 and 1.4 (dev7072 from trunk).  How have you installed NumPy, from hand, or 
from a distribution?

-- 
Francesc Alted

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to