From: Francesc A. <fa...@op...> - 2003-05-12 12:42:26
|
A Dilluns 12 Maig 2003 14:21, Marc Gehling va escriure: > Hello, > > when i start the second example tutorial2-1.py on win32, the example gi= ve > an error in line 21 > I guess this is because the numarray Win32 version seems to not support t= he "UInt64" types. Please, on "tutorial1-1.py" substitute the line: idnumber =3D Col("UInt64", 1) # Unsigned long long=20 by idnumber =3D Col("Int64", 1) # Signed long long=20 and run again the tutorial1-1.py before running tutorial1-2.py. That shou= ld solve the problem. I'll try to address this problem on CVS. Cheers, --=20 Francesc Alted |