trouble with pyvtk
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Mon May 21 03:24:50 EDT 2007
En Mon, 21 May 2007 02:11:46 -0300, LokiDawg <rsa4046 at gmail.com> escribió:
> Thanks for the tip, Ondrej. Unfortunately, this didn't do it, as pytvk
> still ends up at the same place:
>
> File "/usr/lib/python2.4/site-packages/pyvtk/common.py", line 149,
> in get_datatype
> r = self.get_datatype(o)
> File "/usr/lib/python2.4/site-packages/pyvtk/common.py", line 140,
> in get_datatype
> if is_int(obj): return self.default_int
>
> RuntimeError: maximum recursion depth exceeded
This looks like either a bug on pyvtk or maybe you making a circular
reference to something - either way I think you'll get more help from the
package developers.
--
Gabriel Genellina
More information about the Python-list
mailing list