Importing gtk seems to trouble dolfin.plot

Issue #130 invalid
Fabrice Silva created an issue

Bug#122 has lead to identify some weird behaviour of dolfin.plot when gtk is imported

import gtk # Comment it in a second execution
import dolfin as do
m = do.Mesh('test.xml')
do.plot(m, title='mesh', interactive=True)

Comments (8)

  1. Fabrice Silva reporter

    Exactly the same here, but plotting is similar to bug#122.

    >>> import gtk
    >>> import dolfin as do
    >>> gtk.ver
    (2, 28, 6)
    >>> do.__version__
    '1.2.0+'
    

    and VTK version 5.8.0 (if it helps)

  2. Log in to comment