From: Francesc A. <fa...@op...> - 2003-05-12 09:33:50
|
Hello Marc, You are right; the problem even happen with the Unix version. I had only tested extensively pytables 0.5 against numarray 0.5, not 0.4. The proble= m is due to an optimization that works well for numarray 0.5, but not for 0= =2E4. I'll try to disable this optimization or enable some other cure. Meanwhil= e, you can install numarray 0.5 to make pytables to work correctly. Thanks for the report, A Dilluns 12 Maig 2003 10:20, Marc Gehling va escriure: > when i start the example tutorial1-1.py on win32, the example stop in l= ine > 60 with error. ( Dr. Watson ) > > ... > 59 particle['pressure'] =3D float(i*i) > 60 particle['energy'] =3D float(particle['pressure'] ** 4) > 61 particle['idnumber'] =3D i * (2 ** 34) > .... --=20 Francesc Alted |