Closed GoogleCodeExporter closed 9 years ago
Thanks for your report. I cannot reproduce this in a Ubuntu 9.10 64 bit chroot
but I
believe that this is not a bug in SciTools. It seems to be a well-known issue
which
is documented at python.org:
http://www.python.org/doc/2.3/whatsnew/node18.html
However, could you try to add
Tkinter.wantobjects = 0
after the line where Tkinter is imported (line 13) in
lib/scitools/easyviz/vtk_.py
and see if that fixes you problem?
Original comment by johannes...@gmail.com
on 25 Jan 2010 at 5:04
Thanks! That works.
Does that have any side-effects that prevents this fix from entering the
scitools-code?
Original comment by d.schlab...@gmail.com
on 25 Jan 2010 at 5:43
It does not seem to have any side-effects on my system so I will check it in.
Thanks for verifying that it works.
Original comment by johannes...@gmail.com
on 26 Jan 2010 at 9:54
This issue was closed by revision r513.
Original comment by johannes...@gmail.com
on 26 Jan 2010 at 9:57
Original issue reported on code.google.com by
d.schlab...@gmail.com
on 22 Jan 2010 at 9:29