From: Marc G. <M.G...@gm...> - 2003-05-12 12:21:20
|
Hello, when i start the second example tutorial2-1.py on win32, the example give an error in line 21 ... 20 # Reopen the file in append mode 21 h5file = openFile(filename, "a") .... -**-**-**-**- open the previous tutorial file -**-**-**-**-**- Traceback (most recent call last): File "tutorial1-2.py", line 21, in ? h5file = openFile(filename, "a") File "C:\Python22\Lib\site-packages\tables\File.py", line 146, in openFile return File(path, mode, title, new, trMap) File "C:\Python22\Lib\site-packages\tables\File.py", line 210, in __init__ self.root = self.__getRootGroup() File "C:\Python22\Lib\site-packages\tables\File.py", line 297, in __getRootGroup root._g_openFile() File "C:\Python22\Lib\site-packages\tables\Group.py", line 125, in _g_openFile objgroup._g_openFile() File "C:\Python22\Lib\site-packages\tables\Group.py", line 148, in _g_openFile objgroup._g_putObjectInTree(name, self) File "C:\Python22\Lib\site-packages\tables\Leaf.py", line 83, in _g_putObjectInTree self._open() File "C:\Python22\Lib\site-packages\tables\Table.py", line 284, in _open fields[self.colnames[i]] = Col(vartype, length, pos = i) File "C:\Python22\Lib\site-packages\tables\IsDescription.py", line 86, in __init__ raise TypeError, "Illegal type: %s" % `dtype` TypeError: Illegal type: UInt64 i can view my tutorial1.h5 file with h5ls.exe. any help. ------------------------------------ NT 4.00.1381 Python 2.2.2 on win32 table 0.5 numarray 0.5 win32 numeric 23 win32 zlib 114dll lzo 1.08 -------------------------------- Marc Gehling -- ps When you need my tutorial1.h5 file, i can send it to you. -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! |